Change 03/11 to 98/0x for gcc 4.4

This commit is contained in:
Peter Dimov
2018-12-23 00:08:32 +02:00
parent a095084492
commit 660d26c2c3

View File

@ -298,5 +298,5 @@ explicit abi_test_nt ;
run abi_test_main.cpp abi_test_mt : : : <define>BOOST_DISABLE_THREADS : abi_test_nt_mt ;
run abi_test_main.cpp abi_test_nt : : : : abi_test_mt_nt ;
run abi_test_main.cpp abi_test_mt/<cxxstd>11 : : : <cxxstd>03 : abi_test_03_11 ;
run abi_test_main.cpp abi_test_mt/<cxxstd>03 : : : <cxxstd>11 : abi_test_11_03 ;
run abi_test_main.cpp abi_test_mt/<cxxstd>0x : : : <cxxstd>98 : abi_test_03_11 ;
run abi_test_main.cpp abi_test_mt/<cxxstd>98 : : : <cxxstd>0x : abi_test_11_03 ;