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