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