]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/phoenix/include/boost/phoenix/support/iterate.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / phoenix / include / boost / phoenix / support / iterate.hpp
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