]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_57.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_57.cpp
index 04dcb4cf429ed01aaced7872304efbff5305c4d1..18ce27ed6b4938c0b084565f1d4053efb635f147 100644 (file)
@@ -9,7 +9,6 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   cpp_int i = 3;
+   cpp_int  i = 3;
    int256_t j = i;
 }
-