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