]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_arithmetic_ab_3.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_arithmetic_ab_3.cpp
index 78bc4cca5bfc72dab400704e1e4298bb35bb9822..39ab3c8945c8bdac5fbc64a6c02e8f332f196a29 100644 (file)
@@ -1,13 +1,13 @@
 ///////////////////////////////////////////////////////////////
 //  Copyright 2012 John Maddock. 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_
+//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
 
 #ifdef _MSC_VER
-#  define _SCL_SECURE_NO_WARNINGS
+#define _SCL_SECURE_NO_WARNINGS
 #endif
 
-# include "../performance/arithmetic_backend.hpp"
+#include "../performance/arithmetic_backend.hpp"
 
 #include "test_arithmetic.hpp"
 
@@ -16,4 +16,3 @@ int main()
    test<boost::multiprecision::number<boost::multiprecision::arithmetic_backend<unsigned int> > >();
    return boost::report_errors();
 }
-