]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/test/config_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / config / test / config_test.cpp
index 487ef7ae009b06d19b366a0d6c8737c15d81dff3..f5c1137e95d9a53e130e439a0d2491c313556f8c 100644 (file)
@@ -1,4 +1,4 @@
-//  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 2002-4.
 //  Use, modification and distribution are subject to the 
@@ -792,6 +792,11 @@ namespace boost_no_cxx11_unicode_literals = empty_boost;
 #else
 namespace boost_no_cxx11_unified_initialization_syntax = empty_boost;
 #endif
+#ifndef BOOST_NO_CXX11_UNRESTRICTED_UNION
+#include "boost_no_cxx11_unrestricted_union.ipp"
+#else
+namespace boost_no_cxx11_unrestricted_union = empty_boost;
+#endif
 #ifndef BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
 #include "boost_no_using_breaks_adl.ipp"
 #else
@@ -1971,6 +1976,11 @@ int main( int, char *[] )
       std::cerr << "Failed test for BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
+   if(0 != boost_no_cxx11_unrestricted_union::test())
+   {
+      std::cerr << "Failed test for BOOST_NO_CXX11_UNRESTRICTED_UNION at: " << __FILE__ << ":" << __LINE__ << std::endl;
+      ++error_count;
+   }
    if(0 != boost_function_scope_using_declaration_breaks_adl::test())
    {
       std::cerr << "Failed test for BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL at: " << __FILE__ << ":" << __LINE__ << std::endl;