]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/tti/detail/dstatic_mem_data.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / tti / detail / dstatic_mem_data.hpp
index 5a3b537d40675765c4ee946ffa7613067fafb5c5..0384967accaee4f39decb63198ee1856f3dbc704 100644 (file)
   BOOST_TTI_DETAIL_TRAIT_HAS_STATIC_MEMBER_DATA_OP(trait,name) \
   template<class BOOST_TTI_DETAIL_TP_T,class BOOST_TTI_DETAIL_TP_TYPE> \
   struct BOOST_PP_CAT(trait,_detail_hsd) : \
-       boost::mpl::eval_if \
-               < \
-               boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-               BOOST_PP_CAT(trait,_detail_hsd_op)<BOOST_TTI_DETAIL_TP_T,BOOST_TTI_DETAIL_TP_TYPE>, \
-               boost::mpl::false_ \
-               > \
+    boost::mpl::eval_if \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_detail_hsd_op)<BOOST_TTI_DETAIL_TP_T,BOOST_TTI_DETAIL_TP_TYPE>, \
+        boost::mpl::false_ \
+        > \
     { \
     }; \
 /**/