Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / tti / detail / dtemplate.hpp
index 484cc59..42dd7c7 100644 (file)
   struct trait \
     { \
     typedef typename \
-       boost::mpl::eval_if \
-               < \
-               boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-               BOOST_PP_CAT(trait,_tht)<BOOST_TTI_DETAIL_TP_T>, \
-               boost::mpl::false_ \
-               >::type type; \
+    boost::mpl::eval_if \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_tht)<BOOST_TTI_DETAIL_TP_T>, \
+        boost::mpl::false_ \
+        >::type type; \
     BOOST_STATIC_CONSTANT(bool,value=type::value); \
     }; \
 /**/