Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_58.cpp
index 00e0906..9ecdc38 100644 (file)
@@ -9,8 +9,7 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   cpp_int i = 3;
+   cpp_int  i = 3;
    int256_t j;
    j = i;
 }
-