]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/fusion/test/sequence/std_array.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / fusion / test / sequence / std_array.cpp
index fdf761bffcac267a9da0dc9ce6b8faa84ae27cea..902cbeca4692eeb52c7b5fff80c8565ff6332224 100644 (file)
@@ -6,9 +6,10 @@
 // at http://www.boost.org/LICENSE_1_0.txt)
 //
 #include <boost/config.hpp>
+
 #ifdef BOOST_NO_CXX11_HDR_ARRAY
-int main() {}
-#else
+#   error "does not meet requirements"
+#endif
 
 #ifdef BOOST_MSVC
 #pragma warning(disable:4180)
@@ -46,4 +47,3 @@ int main()
 
     return boost::report_errors();
 }
-#endif