X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmultiprecision%2Ftest%2Ftest_arithmetic_mpf_50.cpp;h=c0c8fe9f8ae1b566a39a59ec98f18fe1cef501ef;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=4d87dd670490aa7cfc42d2add2ffd97dd865217f;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpf_50.cpp b/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpf_50.cpp index 4d87dd670..c0c8fe9f8 100644 --- a/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpf_50.cpp +++ b/ceph/src/boost/libs/multiprecision/test/test_arithmetic_mpf_50.cpp @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////// // 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 @@ -12,12 +12,12 @@ #include "test_arithmetic.hpp" template -struct related_type > > +struct related_type > > { - typedef boost::multiprecision::number< boost::multiprecision::gmp_float > type; + typedef boost::multiprecision::number > type; }; template <> -struct related_type +struct related_type { typedef boost::multiprecision::mpz_int type; }; @@ -27,4 +27,3 @@ int main() test(); return boost::report_errors(); } -