Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_46.cpp
index 11530eb..acf305e 100644 (file)
@@ -11,7 +11,7 @@ using namespace boost::multiprecision;
 
 int main()
 {
-   mpf_t f;
+   mpf_t   f;
    mpz_int i;
    i = f;
 }