]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_50.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_50.cpp
index d0a52a58ee8a99f78f97417587be2d4a7791bacb..428ee49e167e391210c1071619305194938dbef9 100644 (file)
@@ -12,7 +12,7 @@ using namespace boost::multiprecision;
 int main()
 {
    mpfr_float_100 f(2);
-   mpfr_float_50 f2 = f;
+   mpfr_float_50  f2 = f;
 }
 
 #else