C++ version fixes for C++17 support
This commit is contained in:
parent
3bbb9ed9ac
commit
425a2f4fe3
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
using std::string;
|
||||
using std::vector;
|
||||
using std::sort;
|
||||
using std::random_shuffle;
|
||||
|
||||
// #define RUNWAY_FALLBACK_DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue