]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_gcd.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_gcd.cpp
index 865a3f228f186142e995f0de7c9fcb4c800897b0..f38b27031a91f4d5b9c089e30f2dc0fc3b7b747d 100644 (file)
@@ -20,7 +20,7 @@
 // Just exclude that combination from testing for now as it's purely a testing issue
 // and we have other compilers that cover this sanity check...
 //
-#if !(defined(__clang__) && (__cplusplus > 201300) && (__cplusplus < 201700))
+#if !(defined(__clang__) && (__cplusplus > 201300))
 
 using boost::multiprecision::cpp_int;
 
@@ -79,9 +79,9 @@ namespace boost {
 namespace multiprecision {
 namespace backends {
 
-unsigned total_lehmer_gcd_calls = 0;
-unsigned total_lehmer_gcd_bits_saved = 0;
-unsigned total_lehmer_gcd_cycles = 0;
+std::size_t total_lehmer_gcd_calls      = 0;
+std::size_t total_lehmer_gcd_bits_saved = 0;
+std::size_t total_lehmer_gcd_cycles     = 0;
 
 }}}