| 1 | /*============================================================================== |
| 2 | Copyright (c) 2010 Thomas Heller |
| 3 | |
| 4 | Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 5 | file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 6 | ==============================================================================*/ |
| 7 | #ifndef BOOST_PHOENIX_SUPPORT_ITERATE_HPP |
| 8 | #define BOOST_PHOENIX_SUPPORT_ITERATE_HPP |
| 9 | |
| 10 | #include <boost/preprocessor/iteration/iterate.hpp> |
| 11 | |
| 12 | #define BOOST_PHOENIX_IS_ITERATING 0 |
| 13 | |
| 14 | #define BOOST_PHOENIX_ITERATE() \ |
| 15 | <boost/phoenix/support/detail/iterate.hpp> |
| 16 | |
| 17 | #include <boost/phoenix/support/detail/iterate_define.hpp> |
| 18 | |
| 19 | #endif |
| 20 | |
| 21 | |