Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_49.cpp
index 7f4bd61..47fe90e 100644 (file)
@@ -12,7 +12,7 @@ using namespace boost::multiprecision;
 int main()
 {
    mpfr_float_100 f(2);
-   mpfr_float_50 f2;
+   mpfr_float_50  f2;
    f2 = f;
 }