|
||||
File indexing completed on 2025-01-18 09:47:48
0001 /*============================================================================== 0002 Copyright (c) 2010 Thomas Heller 0003 0004 Distributed under the Boost Software License, Version 1.0. (See accompanying 0005 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 ==============================================================================*/ 0007 #ifndef BOOST_PHOENIX_SUPPORT_ITERATE_HPP 0008 #define BOOST_PHOENIX_SUPPORT_ITERATE_HPP 0009 0010 #include <boost/preprocessor/iteration/iterate.hpp> 0011 0012 #define BOOST_PHOENIX_IS_ITERATING 0 0013 0014 #define BOOST_PHOENIX_ITERATE() \ 0015 <boost/phoenix/support/detail/iterate.hpp> 0016 0017 #include <boost/phoenix/support/detail/iterate_define.hpp> 0018 0019 #endif 0020
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |