Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / test_arithmetic_tommath.cpp
index a9d7fe6..904d156 100644 (file)
@@ -4,7 +4,7 @@
 //  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
 
 #ifdef _MSC_VER
-#  define _SCL_SECURE_NO_WARNINGS
+#define _SCL_SECURE_NO_WARNINGS
 #endif
 
 #include <boost/multiprecision/tommath.hpp>
 #include "test_arithmetic.hpp"
 
 template <>
-struct is_twos_complement_integer<boost::multiprecision::tom_int> : public boost::mpl::false_ {};
+struct is_twos_complement_integer<boost::multiprecision::tom_int> : public boost::mpl::false_
+{};
 
 int main()
 {
    test<boost::multiprecision::tom_int>();
    return boost::report_errors();
 }
-