Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / tti / detail / dmem_fun.hpp
index 4217802..7bed298 100644 (file)
   BOOST_TTI_DETAIL_TRAIT_CTMF_INVOKE(trait,name) \
   template<class BOOST_TTI_DETAIL_TP_T,class BOOST_TTI_DETAIL_TP_R,class BOOST_TTI_DETAIL_TP_FS,class BOOST_TTI_DETAIL_TP_TAG> \
   struct BOOST_PP_CAT(trait,_detail_call_types) : \
-       boost::mpl::eval_if \
-               < \
-               boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-               BOOST_PP_CAT(trait,_detail_ctmf_invoke) \
-                       < \
-                       BOOST_TTI_DETAIL_TP_T, \
-                       BOOST_TTI_DETAIL_TP_R, \
-                       BOOST_TTI_DETAIL_TP_FS, \
-                       BOOST_TTI_DETAIL_TP_TAG \
-                       >, \
-               boost::mpl::false_ \
-               > \
+    boost::mpl::eval_if \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_detail_ctmf_invoke) \
+            < \
+            BOOST_TTI_DETAIL_TP_T, \
+            BOOST_TTI_DETAIL_TP_R, \
+            BOOST_TTI_DETAIL_TP_FS, \
+            BOOST_TTI_DETAIL_TP_TAG \
+            >, \
+        boost::mpl::false_ \
+        > \
     { \
     }; \
 /**/