Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_57.cpp
index 04dcb4c..18ce27e 100644 (file)
@@ -9,7 +9,6 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   cpp_int i = 3;
+   cpp_int  i = 3;
    int256_t j = i;
 }
-