]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/any/test/basic_any_from_any_rv.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / any / test / basic_any_from_any_rv.cpp
diff --git a/ceph/src/boost/libs/any/test/basic_any_from_any_rv.cpp b/ceph/src/boost/libs/any/test/basic_any_from_any_rv.cpp
new file mode 100644 (file)
index 0000000..49fa06d
--- /dev/null
@@ -0,0 +1,13 @@
+// Copyright (c) 2021-2022 Antony Polukhin
+//
+// 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.hpp>
+#include <boost/any/basic_any.hpp>
+
+int main()
+{
+    boost::anys::basic_any<256, 16> bany = boost::any(42);
+}
+