]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_27.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_27.cpp
index 3995389ddcf2f69ab5adcc562b45d9fa5e8a2a6a..43bddb933a21c61e3c39e4d75f158c6a680e2710 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;
 }