Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / test_arithmetic_tommath_br.cpp
index 517abd7..bf6913c 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 <boost/rational.hpp>
 
 template <class T>
-struct is_boost_rational<boost::rational<T> > : public boost::mpl::true_{};
+struct is_boost_rational<boost::rational<T> > : public boost::mpl::true_
+{};
 
-namespace boost{ namespace multiprecision{
+namespace boost { namespace multiprecision {
 
-template<>
-struct number_category<rational<tom_int> > : public mpl::int_<number_kind_rational> {};
+template <>
+struct number_category<rational<tom_int> > : public mpl::int_<number_kind_rational>
+{};
 
-}}
+}} // namespace boost::multiprecision
 
 int main()
 {
    test<boost::rational<boost::multiprecision::tom_int> >();
    return boost::report_errors();
 }
-