Added boost header
This commit is contained in:
12
test/external/boost/spirit/include/classic.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic.hpp
vendored
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
|
||||
12
test/external/boost/spirit/include/classic_actions.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_actions.hpp
vendored
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_CLASSIC_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLASSIC_ACTIONS
|
||||
#include <boost/spirit/home/classic/core/composite/actions.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_actor.hpp
vendored
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_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ACTOR
|
||||
#include <boost/spirit/home/classic/actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_alternative.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_alternative.hpp
vendored
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_ALTERNATIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ALTERNATIVE
|
||||
#include <boost/spirit/home/classic/core/composite/alternative.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_as_parser.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_as_parser.hpp
vendored
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_AS_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AS_PARSER
|
||||
#include <boost/spirit/home/classic/meta/as_parser.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_assert.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_assert.hpp
vendored
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_ASSERT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSERT
|
||||
#include <boost/spirit/home/classic/core/assert.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_assign_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_assign_actor.hpp
vendored
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_ASSIGN_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/assign_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_assign_key_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_assign_key_actor.hpp
vendored
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_ASSIGN_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ASSIGN_KEY_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/assign_key_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_ast.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ast.hpp
vendored
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_AST
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AST
|
||||
#include <boost/spirit/home/classic/tree/ast.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_ast_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ast_fwd.hpp
vendored
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_AST_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_AST_FWD
|
||||
#include <boost/spirit/home/classic/tree/ast_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_attribute.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_attribute.hpp
vendored
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_ATTRIBUTE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ATTRIBUTE
|
||||
#include <boost/spirit/home/classic/attribute.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_basic_chset.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_basic_chset.hpp
vendored
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_BASIC_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_BASIC_CHSET
|
||||
#include <boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_chset.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_chset.hpp
vendored
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_CHSET
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET
|
||||
#include <boost/spirit/home/classic/utility/chset.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_chset_operators.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_chset_operators.hpp
vendored
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_CHSET_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CHSET_OPERATORS
|
||||
#include <boost/spirit/home/classic/utility/chset_operators.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_clear_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_clear_actor.hpp
vendored
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_CLEAR_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLEAR_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/clear_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_closure.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_closure.hpp
vendored
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_CLOSURE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE
|
||||
#include <boost/spirit/home/classic/attribute/closure.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_closure_context.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_closure_context.hpp
vendored
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_CLOSURE_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_CONTEXT
|
||||
#include <boost/spirit/home/classic/attribute/closure_context.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_closure_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_closure_fwd.hpp
vendored
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_CLOSURE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CLOSURE_FWD
|
||||
#include <boost/spirit/home/classic/attribute/closure_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_common.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_common.hpp
vendored
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_COMMON
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON
|
||||
#include <boost/spirit/home/classic/tree/common.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_common_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_common_fwd.hpp
vendored
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_COMMON_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMMON_FWD
|
||||
#include <boost/spirit/home/classic/tree/common_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_composite.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_composite.hpp
vendored
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_COMPOSITE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_COMPOSITE
|
||||
#include <boost/spirit/home/classic/core/composite/composite.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_config.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_config.hpp
vendored
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_CONFIG
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIG
|
||||
#include <boost/spirit/home/classic/core/config.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_confix.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_confix.hpp
vendored
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_CONFIX
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX
|
||||
#include <boost/spirit/home/classic/utility/confix.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_confix_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_confix_fwd.hpp
vendored
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_CONFIX_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CONFIX_FWD
|
||||
#include <boost/spirit/home/classic/utility/confix_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_core.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_core.hpp
vendored
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_CORE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_CORE
|
||||
#include <boost/spirit/home/classic/core.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_debug.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_debug.hpp
vendored
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_DEBUG
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG
|
||||
#include <boost/spirit/home/classic/debug.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_debug_node.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_debug_node.hpp
vendored
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_DEBUG_NODE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DEBUG_NODE
|
||||
#include <boost/spirit/home/classic/debug/debug_node.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_decrement_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_decrement_actor.hpp
vendored
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_DECREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DECREMENT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/decrement_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_difference.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_difference.hpp
vendored
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_DIFFERENCE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DIFFERENCE
|
||||
#include <boost/spirit/home/classic/core/composite/difference.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_directives.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_directives.hpp
vendored
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_DIRECTIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DIRECTIVES
|
||||
#include <boost/spirit/home/classic/core/composite/directives.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_distinct.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_distinct.hpp
vendored
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_DISTINCT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT
|
||||
#include <boost/spirit/home/classic/utility/distinct.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_distinct_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_distinct_fwd.hpp
vendored
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_DISTINCT_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DISTINCT_FWD
|
||||
#include <boost/spirit/home/classic/utility/distinct_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_dynamic.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_dynamic.hpp
vendored
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_DYNAMIC
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_DYNAMIC
|
||||
#include <boost/spirit/home/classic/dynamic.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_epsilon.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_epsilon.hpp
vendored
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_EPSILON
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EPSILON
|
||||
#include <boost/spirit/home/classic/core/composite/epsilon.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_erase_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_erase_actor.hpp
vendored
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_ERASE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ERASE_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/erase_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_error_handling.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_error_handling.hpp
vendored
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_ERROR_HANDLING
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ERROR_HANDLING
|
||||
#include <boost/spirit/home/classic/error_handling.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_escape_char.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_escape_char.hpp
vendored
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_ESCAPE_CHAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR
|
||||
#include <boost/spirit/home/classic/utility/escape_char.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_escape_char_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_escape_char_fwd.hpp
vendored
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_ESCAPE_CHAR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ESCAPE_CHAR_FWD
|
||||
#include <boost/spirit/home/classic/utility/escape_char_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_exceptions.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_exceptions.hpp
vendored
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_EXCEPTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS
|
||||
#include <boost/spirit/home/classic/error_handling/exceptions.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_exceptions_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_exceptions_fwd.hpp
vendored
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_EXCEPTIONS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCEPTIONS_FWD
|
||||
#include <boost/spirit/home/classic/error_handling/exceptions_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_exclusive_or.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_exclusive_or.hpp
vendored
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_EXCLUSIVE_OR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_EXCLUSIVE_OR
|
||||
#include <boost/spirit/home/classic/core/composite/exclusive_or.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_file_iterator.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_file_iterator.hpp
vendored
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_FILE_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator/file_iterator.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_file_iterator_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_file_iterator_fwd.hpp
vendored
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_FILE_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FILE_ITERATOR_FWD
|
||||
#include <boost/spirit/home/classic/iterator/file_iterator_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_fixed_size_queue.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_fixed_size_queue.hpp
vendored
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_FIXED_SIZE_QUEUE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FIXED_SIZE_QUEUE
|
||||
#include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_flush_multi_pass.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_flush_multi_pass.hpp
vendored
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_FLUSH_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FLUSH_MULTI_PASS
|
||||
#include <boost/spirit/home/classic/utility/flush_multi_pass.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_for.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_for.hpp
vendored
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_FOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FOR
|
||||
#include <boost/spirit/home/classic/dynamic/for.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_functor_parser.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_functor_parser.hpp
vendored
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_FUNCTOR_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FUNCTOR_PARSER
|
||||
#include <boost/spirit/home/classic/utility/functor_parser.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_fundamental.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_fundamental.hpp
vendored
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_FUNDAMENTAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_FUNDAMENTAL
|
||||
#include <boost/spirit/home/classic/meta/fundamental.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_grammar.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_grammar.hpp
vendored
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_GRAMMAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR
|
||||
#include <boost/spirit/home/classic/core/non_terminal/grammar.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_grammar_def.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_grammar_def.hpp
vendored
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_GRAMMAR_DEF
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF
|
||||
#include <boost/spirit/home/classic/utility/grammar_def.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_grammar_def_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_grammar_def_fwd.hpp
vendored
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_GRAMMAR_DEF_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_GRAMMAR_DEF_FWD
|
||||
#include <boost/spirit/home/classic/utility/grammar_def_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_if.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_if.hpp
vendored
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_IF
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_IF
|
||||
#include <boost/spirit/home/classic/dynamic/if.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_increment_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_increment_actor.hpp
vendored
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_INCREMENT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INCREMENT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/increment_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_insert_at_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_insert_at_actor.hpp
vendored
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_INSERT_AT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_AT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/insert_at_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_insert_key_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_insert_key_actor.hpp
vendored
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_INSERT_KEY_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INSERT_KEY_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/insert_key_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_intersection.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_intersection.hpp
vendored
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_INTERSECTION
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_INTERSECTION
|
||||
#include <boost/spirit/home/classic/core/composite/intersection.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_iterator.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_iterator.hpp
vendored
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_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_kleene_star.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_kleene_star.hpp
vendored
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_KLEENE_STAR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_KLEENE_STAR
|
||||
#include <boost/spirit/home/classic/core/composite/kleene_star.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_lazy.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_lazy.hpp
vendored
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_LAZY
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LAZY
|
||||
#include <boost/spirit/home/classic/dynamic/lazy.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_list.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_list.hpp
vendored
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_LIST
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LIST
|
||||
#include <boost/spirit/home/classic/core/composite/list.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_lists.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_lists.hpp
vendored
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_LISTS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS
|
||||
#include <boost/spirit/home/classic/utility/lists.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_lists_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_lists_fwd.hpp
vendored
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_LISTS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LISTS_FWD
|
||||
#include <boost/spirit/home/classic/utility/lists_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_loops.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_loops.hpp
vendored
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_LOOPS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_LOOPS
|
||||
#include <boost/spirit/home/classic/utility/loops.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_match.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_match.hpp
vendored
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_MATCH
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MATCH
|
||||
#include <boost/spirit/home/classic/core/match.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_meta.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_meta.hpp
vendored
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_META
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_META
|
||||
#include <boost/spirit/home/classic/meta.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_minimal.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_minimal.hpp
vendored
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_MINIMAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MINIMAL
|
||||
#include <boost/spirit/home/classic/debug/minimal.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_multi_pass.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_multi_pass.hpp
vendored
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_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS
|
||||
#include <boost/spirit/home/classic/iterator/multi_pass.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_multi_pass_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_multi_pass_fwd.hpp
vendored
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_MULTI_PASS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_MULTI_PASS_FWD
|
||||
#include <boost/spirit/home/classic/iterator/multi_pass_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_nil.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_nil.hpp
vendored
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_NIL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NIL
|
||||
#include <boost/spirit/home/classic/core/nil.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_no_actions.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_no_actions.hpp
vendored
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_NO_ACTIONS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NO_ACTIONS
|
||||
#include <boost/spirit/home/classic/core/composite/no_actions.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_numerics.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_numerics.hpp
vendored
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_NUMERICS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS
|
||||
#include <boost/spirit/home/classic/core/primitives/numerics.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_numerics_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_numerics_fwd.hpp
vendored
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_NUMERICS_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_NUMERICS_FWD
|
||||
#include <boost/spirit/home/classic/core/primitives/numerics_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_operators.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_operators.hpp
vendored
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_OPERATORS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_OPERATORS
|
||||
#include <boost/spirit/home/classic/core/composite/operators.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_optional.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_optional.hpp
vendored
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_OPTIONAL
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_OPTIONAL
|
||||
#include <boost/spirit/home/classic/core/composite/optional.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parametric.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parametric.hpp
vendored
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_PARAMETRIC
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARAMETRIC
|
||||
#include <boost/spirit/home/classic/attribute/parametric.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parse_tree.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parse_tree.hpp
vendored
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_PARSE_TREE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE
|
||||
#include <boost/spirit/home/classic/tree/parse_tree.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parse_tree_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parse_tree_fwd.hpp
vendored
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_PARSE_TREE_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_FWD
|
||||
#include <boost/spirit/home/classic/tree/parse_tree_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parse_tree_utils.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parse_tree_utils.hpp
vendored
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_PARSE_TREE_UTILS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSE_TREE_UTILS
|
||||
#include <boost/spirit/home/classic/tree/parse_tree_utils.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parser.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parser.hpp
vendored
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_PARSER
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER
|
||||
#include <boost/spirit/home/classic/core/parser.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parser_context.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parser_context.hpp
vendored
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_PARSER_CONTEXT
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_CONTEXT
|
||||
#include <boost/spirit/home/classic/core/non_terminal/parser_context.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parser_id.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parser_id.hpp
vendored
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_PARSER_ID
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_ID
|
||||
#include <boost/spirit/home/classic/core/non_terminal/parser_id.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parser_names.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parser_names.hpp
vendored
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_PARSER_NAMES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_NAMES
|
||||
#include <boost/spirit/home/classic/debug/parser_names.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_parser_traits.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_parser_traits.hpp
vendored
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_PARSER_TRAITS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PARSER_TRAITS
|
||||
#include <boost/spirit/home/classic/meta/parser_traits.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_position_iterator.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_position_iterator.hpp
vendored
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_POSITION_ITERATOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR
|
||||
#include <boost/spirit/home/classic/iterator/position_iterator.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_position_iterator_fwd.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_position_iterator_fwd.hpp
vendored
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_POSITION_ITERATOR_FWD
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITION_ITERATOR_FWD
|
||||
#include <boost/spirit/home/classic/iterator/position_iterator_fwd.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_positive.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_positive.hpp
vendored
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_POSITIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_POSITIVE
|
||||
#include <boost/spirit/home/classic/core/composite/positive.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_primitives.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_primitives.hpp
vendored
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_PRIMITIVES
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PRIMITIVES
|
||||
#include <boost/spirit/home/classic/core/primitives/primitives.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_push_back_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_push_back_actor.hpp
vendored
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_PUSH_BACK_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_BACK_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/push_back_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_push_front_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_push_front_actor.hpp
vendored
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_PUSH_FRONT_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_PUSH_FRONT_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/push_front_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_range_run.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_range_run.hpp
vendored
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_RANGE_RUN
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RANGE_RUN
|
||||
#include <boost/spirit/home/classic/utility/impl/chset/range_run.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_ref_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ref_actor.hpp
vendored
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_REF_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_ref_const_ref_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ref_const_ref_actor.hpp
vendored
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_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
|
||||
12
test/external/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp
vendored
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_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
|
||||
12
test/external/boost/spirit/include/classic_ref_const_ref_value_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ref_const_ref_value_actor.hpp
vendored
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_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
|
||||
12
test/external/boost/spirit/include/classic_ref_value_actor.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_ref_value_actor.hpp
vendored
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_REF_VALUE_ACTOR
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REF_VALUE_ACTOR
|
||||
#include <boost/spirit/home/classic/actor/ref_value_actor.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_refactoring.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_refactoring.hpp
vendored
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_REFACTORING
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REFACTORING
|
||||
#include <boost/spirit/home/classic/meta/refactoring.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_regex.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_regex.hpp
vendored
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_REGEX
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_REGEX
|
||||
#include <boost/spirit/home/classic/utility/regex.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_rule.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_rule.hpp
vendored
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_RULE
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RULE
|
||||
#include <boost/spirit/home/classic/core/non_terminal/rule.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_rule_alias.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_rule_alias.hpp
vendored
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_RULE_ALIAS
|
||||
#define BOOST_SPIRIT_INCLUDE_CLASSIC_RULE_ALIAS
|
||||
#include <boost/spirit/home/classic/dynamic/rule_alias.hpp>
|
||||
#endif
|
||||
12
test/external/boost/spirit/include/classic_rule_parser.hpp
vendored
Normal file
12
test/external/boost/spirit/include/classic_rule_parser.hpp
vendored
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_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