Update test/Jamfile; Bind requires C++11

This commit is contained in:
Peter Dimov
2024-02-29 16:14:39 +02:00
parent f8303629f1
commit 3ca07d82a7

View File

@ -405,20 +405,22 @@ run lsp_hash_test.cpp
: : : $(cnhash) ;
run lsp_hash_test2.cpp ;
local MT = <threading>multi [ requires cxx11_decltype cxx11_noexcept ] <toolset>gcc-4.6:<build>no ;
run atomic_count_mt_test.cpp
: : : <threading>multi ;
: : : $(MT) ;
run spinlock_mt_test.cpp
: : : <threading>multi ;
: : : $(MT) ;
run spinlock_pool_mt_test.cpp
: : : <threading>multi ;
: : : $(MT) ;
run shared_ptr_mt_test.cpp
: : : <threading>multi ;
: : : $(MT) ;
run weak_ptr_mt_test.cpp
: : : <threading>multi ;
: : : $(MT) ;
compile sp_report_implementation.cpp ;