]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_45.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_45.cpp
index 5e2f813aa8ef8169effb2f7d2f32ea9b4a78f473..64d05679aa1cd3bc38ee210927981c194c8ad64b 100644 (file)
@@ -14,7 +14,7 @@ void foo(mpz_int i);
 int main()
 {
    mpf_t f
-   foo(f);
+       foo(f);
 }
 
 #else