]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpfr_logged_adptr.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_arithmetic_mpfr_logged_adptr.cpp
diff --git a/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpfr_logged_adptr.cpp b/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpfr_logged_adptr.cpp
new file mode 100644 (file)
index 0000000..49d3d5c
--- /dev/null
@@ -0,0 +1,15 @@
+///////////////////////////////////////////////////////////////
+//  Copyright 2021 John Maddock. Distributed under the Boost
+//  Software License, Version 1.0. (See accompanying file
+//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
+
+#include <boost/multiprecision/mpfr.hpp>
+#include <boost/multiprecision/logged_adaptor.hpp>
+
+#include "test_arithmetic.hpp"
+
+int main()
+{
+   test<boost::multiprecision::number<boost::multiprecision::logged_adaptor<typename boost::multiprecision::mpfr_float::backend_type> > >();
+   return boost::report_errors();
+}