Note on C++ standard

This commit is contained in:
Chris Cannam
2021-03-08 10:45:10 +00:00
parent 8090559b1b
commit 9fcd9da253

View File

@@ -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` (Makefiles and Visual C++ projects) are included in the `otherbuilds`
directory. These build only the static library. 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 If you are building this software using one of the bundled library
options (Speex or KissFFT), please be sure to review the terms for options (Speex or KissFFT), please be sure to review the terms for
those libraries in `src/speex/COPYING` and `src/kissfft/COPYING` as those libraries in `src/speex/COPYING` and `src/kissfft/COPYING` as