Remove C++11 constructs from hash_traits.hpp

This commit is contained in:
Peter Dimov
2022-10-30 13:40:20 +02:00
parent 56b3700683
commit d0fc14b8c5
2 changed files with 9 additions and 8 deletions

View File

@@ -139,7 +139,7 @@ build_foa erase_if ;
build_foa scary_tests ;
build_foa init_type_insert_tests ;
run unordered/hash_is_avalanching_test.cpp : : : $(CPP11) ;
run unordered/hash_is_avalanching_test.cpp ;
run exception/constructor_exception_tests.cpp : : : $(CPP11) <define>BOOST_UNORDERED_FOA_TESTS : foa_constructor_exception_tests ;
run exception/copy_exception_tests.cpp : : : $(CPP11) <define>BOOST_UNORDERED_FOA_TESTS : foa_copy_exception_tests ;