sl@0
|
1 |
/*=============================================================================
|
sl@0
|
2 |
Copyright (c) 1998-2003 Joel de Guzman
|
sl@0
|
3 |
Copyright (c) 2001-2003 Hartmut Kaiser
|
sl@0
|
4 |
http://spirit.sourceforge.net/
|
sl@0
|
5 |
|
sl@0
|
6 |
Use, modification and distribution is subject to the Boost Software
|
sl@0
|
7 |
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
8 |
http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
9 |
=============================================================================*/
|
sl@0
|
10 |
#if !defined(BOOST_SPIRIT_META_MAIN_HPP)
|
sl@0
|
11 |
#define BOOST_SPIRIT_META_MAIN_HPP
|
sl@0
|
12 |
|
sl@0
|
13 |
#include <boost/spirit/version.hpp>
|
sl@0
|
14 |
|
sl@0
|
15 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
16 |
//
|
sl@0
|
17 |
// Master header for Spirit.Meta
|
sl@0
|
18 |
//
|
sl@0
|
19 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
20 |
|
sl@0
|
21 |
#include <boost/spirit/meta/fundamental.hpp>
|
sl@0
|
22 |
#include <boost/spirit/meta/parser_traits.hpp>
|
sl@0
|
23 |
#include <boost/spirit/meta/as_parser.hpp>
|
sl@0
|
24 |
#include <boost/spirit/meta/traverse.hpp>
|
sl@0
|
25 |
|
sl@0
|
26 |
#endif // BOOST_SPIRIT_CORE_MAIN_HPP
|
sl@0
|
27 |
|