mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
added flat forwarding headers
[SVN r44357]
This commit is contained in:
12
include/boost/spirit/include/classic.hpp
Normal file
12
include/boost/spirit/include/classic.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC
|
||||
#include <boost/spirit/home/classic.hpp>
|
||||
#endif
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_ACTIONS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CLASSIC_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLASSIC_ACTIONS
|
||||
#include <boost/spirit/home/classic/core/composite/actions.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ACTOR
|
||||
#include <boost/spirit/home/classic/actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ALTERNATIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_ALTERNATIVE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ALTERNATIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ALTERNATIVE
|
||||
#include <boost/spirit/home/classic/core/composite/alternative.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_AS_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_AS_PARSER
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_AS_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AS_PARSER
|
||||
#include <boost/spirit/home/classic/meta/as_parser.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ASSERT
|
||||
#define BOOST_SPIRIT_INCLUDE_ASSERT
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ASSERT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSERT
|
||||
#include <boost/spirit/home/classic/core/assert.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ASSIGN_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_ASSIGN_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/assign_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ASSIGN_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_ASSIGN_KEY_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_KEY_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/assign_key_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_AST
|
||||
#define BOOST_SPIRIT_INCLUDE_AST
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_AST
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AST
|
||||
#include <boost/spirit/home/classic/tree/ast.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_AST_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_AST_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_AST_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AST_FWD
|
||||
#include <boost/spirit/home/classic/tree/ast_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ATTRIBUTE
|
||||
#define BOOST_SPIRIT_INCLUDE_ATTRIBUTE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ATTRIBUTE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ATTRIBUTE
|
||||
#include <boost/spirit/home/classic/attribute.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_BASIC_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_BASIC_CHSET
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_BASIC_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_BASIC_CHSET
|
||||
#include <boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_CHSET
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET
|
||||
#include <boost/spirit/home/classic/utility/chset.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CHSET_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_CHSET_OPERATORS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET_OPERATORS
|
||||
#include <boost/spirit/home/classic/utility/chset_operators.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLEAR_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLEAR_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CLEAR_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLEAR_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/clear_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLOSURE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLOSURE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE
|
||||
#include <boost/spirit/home/classic/attribute/closure.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLOSURE_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLOSURE_CONTEXT
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_CONTEXT
|
||||
#include <boost/spirit/home/classic/attribute/closure_context.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLOSURE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLOSURE_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_FWD
|
||||
#include <boost/spirit/home/classic/attribute/closure_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_COMMON
|
||||
#define BOOST_SPIRIT_INCLUDE_COMMON
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON
|
||||
#include <boost/spirit/home/classic/tree/common.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_COMMON_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_COMMON_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON_FWD
|
||||
#include <boost/spirit/home/classic/tree/common_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_COMPOSITE
|
||||
#define BOOST_SPIRIT_INCLUDE_COMPOSITE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_COMPOSITE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMPOSITE
|
||||
#include <boost/spirit/home/classic/core/composite/composite.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CONFIG
|
||||
#define BOOST_SPIRIT_INCLUDE_CONFIG
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIG
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIG
|
||||
#include <boost/spirit/home/classic/core/config.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CONFIX
|
||||
#define BOOST_SPIRIT_INCLUDE_CONFIX
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX
|
||||
#include <boost/spirit/home/classic/utility/confix.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CONFIX_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CONFIX_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX_FWD
|
||||
#include <boost/spirit/home/classic/utility/confix_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CORE
|
||||
#define BOOST_SPIRIT_INCLUDE_CORE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_CORE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CORE
|
||||
#include <boost/spirit/home/classic/core.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DEBUG
|
||||
#define BOOST_SPIRIT_INCLUDE_DEBUG
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG
|
||||
#include <boost/spirit/home/classic/debug.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DEBUG_NODE
|
||||
#define BOOST_SPIRIT_INCLUDE_DEBUG_NODE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG_NODE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG_NODE
|
||||
#include <boost/spirit/home/classic/debug/debug_node.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DECREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_DECREMENT_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DECREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DECREMENT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/decrement_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DIFFERENCE
|
||||
#define BOOST_SPIRIT_INCLUDE_DIFFERENCE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DIFFERENCE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DIFFERENCE
|
||||
#include <boost/spirit/home/classic/core/composite/difference.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DIRECTIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_DIRECTIVES
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DIRECTIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DIRECTIVES
|
||||
#include <boost/spirit/home/classic/core/composite/directives.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DISTINCT
|
||||
#define BOOST_SPIRIT_INCLUDE_DISTINCT
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT
|
||||
#include <boost/spirit/home/classic/utility/distinct.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DISTINCT_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_DISTINCT_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT_FWD
|
||||
#include <boost/spirit/home/classic/utility/distinct_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_DYNAMIC
|
||||
#define BOOST_SPIRIT_INCLUDE_DYNAMIC
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_DYNAMIC
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DYNAMIC
|
||||
#include <boost/spirit/home/classic/dynamic.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_EPSILON
|
||||
#define BOOST_SPIRIT_INCLUDE_EPSILON
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_EPSILON
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EPSILON
|
||||
#include <boost/spirit/home/classic/core/composite/epsilon.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ERASE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_ERASE_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ERASE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ERASE_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/erase_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ERROR_HANDLING
|
||||
#define BOOST_SPIRIT_INCLUDE_ERROR_HANDLING
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ERROR_HANDLING
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ERROR_HANDLING
|
||||
#include <boost/spirit/home/classic/error_handling.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ESCAPE_CHAR
|
||||
#define BOOST_SPIRIT_INCLUDE_ESCAPE_CHAR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR
|
||||
#include <boost/spirit/home/classic/utility/escape_char.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ESCAPE_CHAR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_ESCAPE_CHAR_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR_FWD
|
||||
#include <boost/spirit/home/classic/utility/escape_char_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_EXCEPTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_EXCEPTIONS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS
|
||||
#include <boost/spirit/home/classic/error_handling/exceptions.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_EXCEPTIONS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_EXCEPTIONS_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS_FWD
|
||||
#include <boost/spirit/home/classic/error_handling/exceptions_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_EXCLUSIVE_OR
|
||||
#define BOOST_SPIRIT_INCLUDE_EXCLUSIVE_OR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_EXCLUSIVE_OR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCLUSIVE_OR
|
||||
#include <boost/spirit/home/classic/core/composite/exclusive_or.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FILE_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_FILE_ITERATOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator/file_iterator.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FILE_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_FILE_ITERATOR_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR_FWD
|
||||
#include <boost/spirit/home/classic/iterator/file_iterator_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FIXED_SIZE_QUEUE
|
||||
#define BOOST_SPIRIT_INCLUDE_FIXED_SIZE_QUEUE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FIXED_SIZE_QUEUE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FIXED_SIZE_QUEUE
|
||||
#include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FLUSH_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_FLUSH_MULTI_PASS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FLUSH_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FLUSH_MULTI_PASS
|
||||
#include <boost/spirit/home/classic/utility/flush_multi_pass.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FOR
|
||||
#define BOOST_SPIRIT_INCLUDE_FOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FOR
|
||||
#include <boost/spirit/home/classic/dynamic/for.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FUNCTOR_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_FUNCTOR_PARSER
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FUNCTOR_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FUNCTOR_PARSER
|
||||
#include <boost/spirit/home/classic/utility/functor_parser.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_FUNDAMENTAL
|
||||
#define BOOST_SPIRIT_INCLUDE_FUNDAMENTAL
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_FUNDAMENTAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FUNDAMENTAL
|
||||
#include <boost/spirit/home/classic/meta/fundamental.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_GRAMMAR
|
||||
#define BOOST_SPIRIT_INCLUDE_GRAMMAR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR
|
||||
#include <boost/spirit/home/classic/core/non_terminal/grammar.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_GRAMMAR_DEF
|
||||
#define BOOST_SPIRIT_INCLUDE_GRAMMAR_DEF
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF
|
||||
#include <boost/spirit/home/classic/utility/grammar_def.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_GRAMMAR_DEF_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_GRAMMAR_DEF_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF_FWD
|
||||
#include <boost/spirit/home/classic/utility/grammar_def_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_IF
|
||||
#define BOOST_SPIRIT_INCLUDE_IF
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_IF
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_IF
|
||||
#include <boost/spirit/home/classic/dynamic/if.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_INCREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_INCREMENT_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_INCREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INCREMENT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/increment_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_INSERT_AT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_INSERT_AT_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_AT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_AT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/insert_at_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_INSERT_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_INSERT_KEY_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_KEY_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/insert_key_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_INTERSECTION
|
||||
#define BOOST_SPIRIT_INCLUDE_INTERSECTION
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_INTERSECTION
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INTERSECTION
|
||||
#include <boost/spirit/home/classic/core/composite/intersection.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_ITERATOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_KLEENE_STAR
|
||||
#define BOOST_SPIRIT_INCLUDE_KLEENE_STAR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_KLEENE_STAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_KLEENE_STAR
|
||||
#include <boost/spirit/home/classic/core/composite/kleene_star.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_LAZY
|
||||
#define BOOST_SPIRIT_INCLUDE_LAZY
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_LAZY
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LAZY
|
||||
#include <boost/spirit/home/classic/dynamic/lazy.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_LIST
|
||||
#define BOOST_SPIRIT_INCLUDE_LIST
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_LIST
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LIST
|
||||
#include <boost/spirit/home/classic/core/composite/list.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_LISTS
|
||||
#define BOOST_SPIRIT_INCLUDE_LISTS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS
|
||||
#include <boost/spirit/home/classic/utility/lists.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_LISTS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_LISTS_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS_FWD
|
||||
#include <boost/spirit/home/classic/utility/lists_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_LOOPS
|
||||
#define BOOST_SPIRIT_INCLUDE_LOOPS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_LOOPS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LOOPS
|
||||
#include <boost/spirit/home/classic/utility/loops.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_MATCH
|
||||
#define BOOST_SPIRIT_INCLUDE_MATCH
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_MATCH
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MATCH
|
||||
#include <boost/spirit/home/classic/core/match.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_META
|
||||
#define BOOST_SPIRIT_INCLUDE_META
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_META
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_META
|
||||
#include <boost/spirit/home/classic/meta.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_MINIMAL
|
||||
#define BOOST_SPIRIT_INCLUDE_MINIMAL
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_MINIMAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MINIMAL
|
||||
#include <boost/spirit/home/classic/debug/minimal.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_MULTI_PASS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS
|
||||
#include <boost/spirit/home/classic/iterator/multi_pass.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_MULTI_PASS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_MULTI_PASS_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS_FWD
|
||||
#include <boost/spirit/home/classic/iterator/multi_pass_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_NIL
|
||||
#define BOOST_SPIRIT_INCLUDE_NIL
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_NIL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NIL
|
||||
#include <boost/spirit/home/classic/core/nil.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_NO_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_NO_ACTIONS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_NO_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NO_ACTIONS
|
||||
#include <boost/spirit/home/classic/core/composite/no_actions.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_NUMERICS
|
||||
#define BOOST_SPIRIT_INCLUDE_NUMERICS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS
|
||||
#include <boost/spirit/home/classic/core/primitives/numerics.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_NUMERICS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_NUMERICS_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS_FWD
|
||||
#include <boost/spirit/home/classic/core/primitives/numerics_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_OPERATORS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_OPERATORS
|
||||
#include <boost/spirit/home/classic/core/composite/operators.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_OPTIONAL
|
||||
#define BOOST_SPIRIT_INCLUDE_OPTIONAL
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_OPTIONAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_OPTIONAL
|
||||
#include <boost/spirit/home/classic/core/composite/optional.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARAMETRIC
|
||||
#define BOOST_SPIRIT_INCLUDE_PARAMETRIC
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARAMETRIC
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARAMETRIC
|
||||
#include <boost/spirit/home/classic/attribute/parametric.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSE_TREE
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSE_TREE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE
|
||||
#include <boost/spirit/home/classic/tree/parse_tree.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSE_TREE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSE_TREE_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_FWD
|
||||
#include <boost/spirit/home/classic/tree/parse_tree_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSE_TREE_UTILS
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSE_TREE_UTILS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_UTILS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_UTILS
|
||||
#include <boost/spirit/home/classic/tree/parse_tree_utils.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSER
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER
|
||||
#include <boost/spirit/home/classic/core/parser.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSER_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSER_CONTEXT
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_CONTEXT
|
||||
#include <boost/spirit/home/classic/core/non_terminal/parser_context.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSER_ID
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSER_ID
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_ID
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_ID
|
||||
#include <boost/spirit/home/classic/core/non_terminal/parser_id.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSER_NAMES
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSER_NAMES
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_NAMES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_NAMES
|
||||
#include <boost/spirit/home/classic/debug/parser_names.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PARSER_TRAITS
|
||||
#define BOOST_SPIRIT_INCLUDE_PARSER_TRAITS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_TRAITS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_TRAITS
|
||||
#include <boost/spirit/home/classic/meta/parser_traits.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_POSITION_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_POSITION_ITERATOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator/position_iterator.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_POSITION_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_POSITION_ITERATOR_FWD
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR_FWD
|
||||
#include <boost/spirit/home/classic/iterator/position_iterator_fwd.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_POSITIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_POSITIVE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_POSITIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITIVE
|
||||
#include <boost/spirit/home/classic/core/composite/positive.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PRIMITIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_PRIMITIVES
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PRIMITIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PRIMITIVES
|
||||
#include <boost/spirit/home/classic/core/primitives/primitives.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PUSH_BACK_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_PUSH_BACK_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_BACK_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_BACK_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/push_back_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_PUSH_FRONT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_PUSH_FRONT_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_FRONT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_FRONT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/push_front_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_RANGE_RUN
|
||||
#define BOOST_SPIRIT_INCLUDE_RANGE_RUN
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_RANGE_RUN
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RANGE_RUN
|
||||
#include <boost/spirit/home/classic/utility/impl/chset/range_run.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REF_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_REF_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REF_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REF_CONST_REF_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_REF_CONST_REF_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_const_ref_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REF_CONST_REF_CONST_REF_A
|
||||
#define BOOST_SPIRIT_INCLUDE_REF_CONST_REF_CONST_REF_A
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_CONST_REF_A
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_CONST_REF_A
|
||||
#include <boost/spirit/home/classic/actor/ref_const_ref_const_ref_a.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REF_CONST_REF_VALUE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_REF_CONST_REF_VALUE_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_VALUE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_CONST_REF_VALUE_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_const_ref_value_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REF_VALUE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_REF_VALUE_ACTOR
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REF_VALUE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_VALUE_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_value_actor.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REFACTORING
|
||||
#define BOOST_SPIRIT_INCLUDE_REFACTORING
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REFACTORING
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REFACTORING
|
||||
#include <boost/spirit/home/classic/meta/refactoring.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_REGEX
|
||||
#define BOOST_SPIRIT_INCLUDE_REGEX
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_REGEX
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REGEX
|
||||
#include <boost/spirit/home/classic/utility/regex.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_RULE
|
||||
#define BOOST_SPIRIT_INCLUDE_RULE
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_RULE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RULE
|
||||
#include <boost/spirit/home/classic/core/non_terminal/rule.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_RULE_ALIAS
|
||||
#define BOOST_SPIRIT_INCLUDE_RULE_ALIAS
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_RULE_ALIAS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RULE_ALIAS
|
||||
#include <boost/spirit/home/classic/dynamic/rule_alias.hpp>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_RULE_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_RULE_PARSER
|
||||
#ifndef BOOST_SPIRIT_INCLUDE_CLASSIC_RULE_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RULE_PARSER
|
||||
#include <boost/spirit/home/classic/utility/rule_parser.hpp>
|
||||
#endif
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user