]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/any/test/basic_any_test_size_alignment_zero_failed.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / any / test / basic_any_test_size_alignment_zero_failed.cpp
diff --git a/ceph/src/boost/libs/any/test/basic_any_test_size_alignment_zero_failed.cpp b/ceph/src/boost/libs/any/test/basic_any_test_size_alignment_zero_failed.cpp
new file mode 100644 (file)
index 0000000..6bd0627
--- /dev/null
@@ -0,0 +1,16 @@
+//  Unit test for boost::any.
+//
+//  See http://www.boost.org for most recent version, including documentation.
+//
+//  Copyright Ruslan Arutyunyan, 2019-2021.
+//
+//  Distributed under the Boost
+//  Software License, Version 1.0. (See accompanying file
+//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
+
+#include <boost/any/basic_any.hpp>
+
+int main()
+{
+    boost::anys::basic_any<0, 0> a;
+}