]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/tti/detail/dtype.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / tti / detail / dtype.hpp
index 45964cf2ab9e6097b2e34b357e00e854cc9dc28c..df443fa28e580988a0ba4e8b7f3e961b8bee20e8 100644 (file)
@@ -67,12 +67,12 @@ struct BOOST_PP_CAT(trait,_detail_type_op) : \
 BOOST_TTI_DETAIL_TRAIT_HAS_TYPE_OP(trait,name) \
 template<class BOOST_TTI_DETAIL_TP_T,class BOOST_TTI_DETAIL_TP_U> \
 struct BOOST_PP_CAT(trait,_detail_type) : \
-       boost::mpl::eval_if \
-               < \
-               boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-               BOOST_PP_CAT(trait,_detail_type_op)<BOOST_TTI_DETAIL_TP_T,BOOST_TTI_DETAIL_TP_U>, \
-               boost::mpl::false_ \
-               > \
+    boost::mpl::eval_if \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_detail_type_op)<BOOST_TTI_DETAIL_TP_T,BOOST_TTI_DETAIL_TP_U>, \
+        boost::mpl::false_ \
+        > \
   { \
   }; \
 /**/