1
0
Fork 0

C++ version fixes for C++17 support

This commit is contained in:
James Turner 2020-06-21 19:29:50 +01:00
parent 3bbb9ed9ac
commit 425a2f4fe3
2 changed files with 1 additions and 2 deletions

View file

@ -518,7 +518,7 @@ if(WIN32)
set(NOMINMAX 1)
endif(WIN32)
set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG")
set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG -DBOOST_NO_AUTO_PTR -DBOOST_NO_CXX98_BINDERS")
# append the SIMD flags if requested
if (ENABLE_SIMD)

View file

@ -49,7 +49,6 @@
using std::string;
using std::vector;
using std::sort;
using std::random_shuffle;
// #define RUNWAY_FALLBACK_DEBUG