]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/test/jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / test / jamfile.v2
index fd91f7a6bda11d27a1775524ad1aaddcdd4d673e..9a60a3f5dcad17646502cac8bc155f96d7119228 100644 (file)
@@ -9,15 +9,10 @@ import testing ;
 project convert_test 
     : requirements
         <warnings>on
+        <toolset>icpc:<cxxflags>"-std=c++11"
+        <toolset>clang:<cxxflags>"-std=c++11"
         <toolset>gcc:<warnings>all
-        <toolset>gcc:<cxxflags>"-O3 -Wno-unused-variable -Wno-long-long"
-        <toolset>gcc-4.3:<cxxflags>"-Wno-unused-local-typedefs"
-        <toolset>gcc-4.4:<cxxflags>"-Wno-unused-local-typedefs"
-        <toolset>gcc-4.5:<cxxflags>"-Wno-unused-local-typedefs"
-        <toolset>gcc-4.6:<cxxflags>"-Wno-unused-local-typedefs"
-        <toolset>gcc-4.7:<cxxflags>"-Wno-unused-local-typedefs"
-        <toolset>gcc-4.8:<cxxflags>"-Wno-unused-local-typedefs -std=c++11"
-        <toolset>gcc-4.9:<cxxflags>"-Wno-unused-local-typedefs -std=c++11"
+        <toolset>gcc:<cxxflags>"-O3 -std=c++0x -Wno-unused-variable -Wno-unused-local-typedefs -Wno-long-long"
         <toolset>msvc:<warnings>all
         <toolset>msvc:<cxxflags>"/wd4996 /wd4512 /wd4610 /wd4510 /wd4127 /wd4701 /wd4127 /wd4305 /wd4244 /wd4714 /wd4189"
         <toolset>msvc:<asynch-exceptions>on