]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/test/all/Jamfile.v2
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / config / test / all / Jamfile.v2
index 1b1b3b8332b223c6ef45217d8d65e2284c0a8735..f804b20b703b3a56eb44e74bcd4c4de01ed4e434 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Regression test Jamfile for boost configuration setup.
 # *** DO NOT EDIT THIS FILE BY HAND ***
-# This file was automatically generated on Fri Aug 23 11:11:12 2019
+# This file was automatically generated on Mon Dec 09 09:47:37 2019
 #  by libs/config/tools/generate.cpp
 # Copyright John Maddock.
 # Use, modification and distribution are subject to the 
@@ -595,6 +595,9 @@ test-suite "BOOST_NO_CXX11_UNICODE_LITERALS" :
 test-suite "BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX" : 
 [ run ../no_unified_init_pass.cpp ]
 [ compile-fail ../no_unified_init_fail.cpp ] ;
+test-suite "BOOST_NO_CXX11_UNRESTRICTED_UNION" : 
+[ run ../no_cxx11_unrestricted_union_pass.cpp ]
+[ compile-fail ../no_cxx11_unrestricted_union_fail.cpp ] ;
 test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" : 
 [ run ../no_using_breaks_adl_pass.cpp ]
 [ compile-fail ../no_using_breaks_adl_fail.cpp ] ;