]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/include_test/gmp_include_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / include_test / gmp_include_test.cpp
index 7065ebd1c5e86d519296f86f464f790d9572673f..d2107d7a17d230ff7d74fe86a8272e547a8e42b7 100644 (file)
@@ -1,7 +1,7 @@
 ///////////////////////////////////////////////////////////////
 //  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
 
 #include <boost/multiprecision/gmp.hpp>
 
@@ -9,9 +9,7 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   mpf_float a;
-   mpz_int b;
+   mpf_float    a;
+   mpz_int      b;
    mpq_rational c;
 }
-
-