Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_28.cpp
index 4133aa1..773569e 100644 (file)
@@ -11,6 +11,6 @@ using namespace boost::multiprecision;
 int main()
 {
    cpp_dec_float_50 a(2), b(3);
-   cpp_int i(3);
+   cpp_int          i(3);
    i ^= a * b;
 }