1234567891011121314151617181920 |
- #ifndef BOOST_PHOENIX_SUPPORT_ITERATE_HPP
- #define BOOST_PHOENIX_SUPPORT_ITERATE_HPP
- #include <boost/preprocessor/iteration/iterate.hpp>
- #define BOOST_PHOENIX_IS_ITERATING 0
- #define BOOST_PHOENIX_ITERATE() \
- <boost/phoenix/support/detail/iterate.hpp>
- #include <boost/phoenix/support/detail/iterate_define.hpp>
- #endif
|