Last change
on this file since 29 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
1003 bytes
|
Line | |
---|
1 | /*============================================================================= |
---|
2 | Copyright (c) 1998-2003 Joel de Guzman |
---|
3 | Copyright (c) 2001-2003 Hartmut Kaiser |
---|
4 | http://spirit.sourceforge.net/ |
---|
5 | |
---|
6 | Use, modification and distribution is subject to the Boost Software |
---|
7 | License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
---|
8 | http://www.boost.org/LICENSE_1_0.txt) |
---|
9 | =============================================================================*/ |
---|
10 | #if !defined(BOOST_SPIRIT_META_MAIN_HPP) |
---|
11 | #define BOOST_SPIRIT_META_MAIN_HPP |
---|
12 | |
---|
13 | #include <boost/spirit/version.hpp> |
---|
14 | |
---|
15 | /////////////////////////////////////////////////////////////////////////////// |
---|
16 | // |
---|
17 | // Master header for Spirit.Meta |
---|
18 | // |
---|
19 | /////////////////////////////////////////////////////////////////////////////// |
---|
20 | |
---|
21 | #include <boost/spirit/meta/fundamental.hpp> |
---|
22 | #include <boost/spirit/meta/parser_traits.hpp> |
---|
23 | #include <boost/spirit/meta/as_parser.hpp> |
---|
24 | #include <boost/spirit/meta/traverse.hpp> |
---|
25 | |
---|
26 | #endif // BOOST_SPIRIT_CORE_MAIN_HPP |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.