Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_59.cpp
index 0870a7b..2b911e9 100644 (file)
@@ -10,5 +10,5 @@ using namespace boost::multiprecision;
 int main()
 {
    cpp_int i(1), j(3);
-   void* p = i * j;
+   void*   p = i * j;
 }