# HG changeset patch # User Chris Cannam # Date 1571298614 -3600 # Thu Oct 17 08:50:14 2019 +0100 # Node ID d9841c82b134a4c4762e68687d8dafb29eb4644b # Parent e44922ad9a5c5d0e9ed1ee5a10e9066e59375312 Standard is C++98 diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -33,8 +33,8 @@ ================ Just add MiniBpm.h and MiniBpm.cpp (found in the src/ directory here) -to your code project. MiniBPM uses some classes from the C++ standard -library, but has no other dependencies. +to your code project. The code is C++98 standard. MiniBPM uses some +classes from the C++ standard library, but has no other dependencies. A suite of unit tests is provided using the Boost test framework. (Note that these test the implementation of the method --