]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_28.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_28.cpp
index 4133aa146200f4bc7d8ee28095d17479b5d01870..773569eb5ffacfecbfd834164c9ccb1ecc5267f7 100644 (file)
@@ -11,6 +11,6 @@ using namespace boost::multiprecision;
 int main()
 {
    cpp_dec_float_50 a(2), b(3);
-   cpp_int i(3);
+   cpp_int          i(3);
    i ^= a * b;
 }