Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / operator_fail_06.cpp
index afc53f5..b6c1cb8 100644 (file)
@@ -9,8 +9,7 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   cpp_dec_float_50  a(2), b(3);
-   auto x = a + b;
+   cpp_dec_float_50 a(2), b(3);
+   auto             x = a + b;
    --x;
 }
-