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