]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/deduce_scalar_fail3.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / qvm / test / deduce_scalar_fail3.cpp
diff --git a/ceph/src/boost/libs/qvm/test/deduce_scalar_fail3.cpp b/ceph/src/boost/libs/qvm/test/deduce_scalar_fail3.cpp
deleted file mode 100644 (file)
index 101a1e0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
-
-//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/qvm/deduce_scalar.hpp>
-
-struct foo;
-struct bar;
-typedef boost::qvm::deduce_scalar<foo,bar>::type user_defined_types_require_specialization;