Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_08.cpp
index d741c61..aa2baa6 100644 (file)
@@ -10,5 +10,5 @@ using namespace boost::multiprecision;
 int main()
 {
    cpp_int i = 2;
-   i = 2.3;
+   i         = 2.3;
 }