Last change
on this file since 47 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
1.1 KB
|
Line | |
---|
1 | /*============================================================================= |
---|
2 | Phoenix V1.2.1 |
---|
3 | Copyright (c) 2001-2002 Joel de Guzman |
---|
4 | |
---|
5 | Use, modification and distribution is subject to the Boost Software |
---|
6 | License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
---|
7 | http://www.boost.org/LICENSE_1_0.txt) |
---|
8 | ==============================================================================*/ |
---|
9 | #if !defined(BOOST_SPIRIT_PHOENIX_HPP) |
---|
10 | #define BOOST_SPIRIT_PHOENIX_HPP |
---|
11 | |
---|
12 | #include <boost/spirit/phoenix/tuples.hpp> |
---|
13 | #include <boost/spirit/phoenix/tuple_helpers.hpp> |
---|
14 | #include <boost/spirit/phoenix/actor.hpp> |
---|
15 | #include <boost/spirit/phoenix/primitives.hpp> |
---|
16 | #include <boost/spirit/phoenix/composite.hpp> |
---|
17 | #include <boost/spirit/phoenix/functions.hpp> |
---|
18 | #include <boost/spirit/phoenix/operators.hpp> |
---|
19 | #include <boost/spirit/phoenix/special_ops.hpp> |
---|
20 | #include <boost/spirit/phoenix/statements.hpp> |
---|
21 | #include <boost/spirit/phoenix/binders.hpp> |
---|
22 | #include <boost/spirit/phoenix/closures.hpp> |
---|
23 | #include <boost/spirit/phoenix/casts.hpp> |
---|
24 | #include <boost/spirit/phoenix/new.hpp> |
---|
25 | |
---|
26 | #endif // !defined(BOOST_SPIRIT_PHOENIX_HPP) |
---|
Note: See
TracBrowser
for help on using the repository browser.