
20 Jun
2010
20 Jun
'10
8:06 p.m.
On 06/20/10 20:54, Steven Watanabe wrote:
// a.hpp #ifndef BOOST_PP_IS_ITERATING #include
#define BOOST_PP_FILENAME_1 "a_impl.hpp" #define BOOST_PP_ITERATION_LIMITS (1, 10) #include BOOST_PP_ITERATE() #else // ... #endif
Macro expansion is not allowed so such a construct would not work. Macros are not allowed in the #include directives.