12345678910111213141516171819202122232425262728293031 |
- #if !defined(BOOST_TTI_STATIC_MEMBER_DATA_GEN_HPP)
- #define BOOST_TTI_STATIC_MEMBER_DATA_GEN_HPP
- #include <boost/preprocessor/cat.hpp>
- #define BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN(name) \
- BOOST_PP_CAT(has_static_member_data_,name) \
- #endif
|