From 9fcd9da253b7605ef0572ce15f5c8d357e3b63ad Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 8 Mar 2021 10:45:10 +0000 Subject: [PATCH] Note on C++ standard --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9afd028..14b6fca 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ For those who don't wish to use Meson, some alternative build files (Makefiles and Visual C++ projects) are included in the `otherbuilds` directory. These build only the static library. +The Rubber Band Library is written entirely in C++ to the C++98 +standard. It is unlikely to make any difference (performance or +otherwise) which C++ standard your compiler uses - as long as it's no +older than C++98! + If you are building this software using one of the bundled library options (Speex or KissFFT), please be sure to review the terms for those libraries in `src/speex/COPYING` and `src/kissfft/COPYING` as