]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/compile_fail/conv_fail_55.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / compile_fail / conv_fail_55.cpp
index 680306f1f09b4c487184ebd94c15856efded148f..cf36c9d2e0a014282ac203d33bb3179772dfbc4e 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;
 }
-