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