Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / operator_fail_02.cpp
index cd422e7..09d5f39 100644 (file)
@@ -10,9 +10,8 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   cpp_dec_float_50  a(2);
-   cpp_int           b(2);
+   cpp_dec_float_50 a(2);
+   cpp_int          b(2);
 
    a = a + b;
 }
-