Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_51.cpp
index 7744167..b247852 100644 (file)
@@ -10,6 +10,5 @@ using namespace boost::multiprecision;
 int main()
 {
    cpp_dec_float_100 f(2);
-   cpp_dec_float_50 f2 = f;
+   cpp_dec_float_50  f2 = f;
 }
-