Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_26.cpp
index 0df397f..5b27aa5 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;
 }