Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-04-12 20:15:17


Author: djowel
Date: 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
New Revision: 44356
URL: http://svn.boost.org/trac/boost/changeset/44356

Log:
added flat forwarding headers
Added:
   trunk/boost/spirit/include/karma_action.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_auxiliary.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_binary.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_char.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_delimit.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_directive.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_domain.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_generate.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_meta_grammar.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_nonterminal.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_numeric.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_operator.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_stream.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_string.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_what.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_domain.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_lexer.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_lexer_lexertl.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_lexer_static_lexertl.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_meta_grammar.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_set_state.hpp (contents, props changed)
   trunk/boost/spirit/include/lex_tokenize_and_parse.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_algorithm.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_bind.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_container.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_core.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_function.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_fusion.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_object.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_operator.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_scope.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_statement.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_stl.hpp (contents, props changed)
   trunk/boost/spirit/include/phoenix_version.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_action.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_auxiliary.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_binary.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_char.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_debug.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_directive.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_domain.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_meta_grammar.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_nonterminal.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_numeric.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_operator.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_parse.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_skip.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_stream.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_string.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_what.hpp (contents, props changed)
   trunk/boost/spirit/include/support_any.hpp (contents, props changed)
   trunk/boost/spirit/include/support_any_if.hpp (contents, props changed)
   trunk/boost/spirit/include/support_any_ns.hpp (contents, props changed)
   trunk/boost/spirit/include/support_argument.hpp (contents, props changed)
   trunk/boost/spirit/include/support_as_variant.hpp (contents, props changed)
   trunk/boost/spirit/include/support_ascii.hpp (contents, props changed)
   trunk/boost/spirit/include/support_attribute_of.hpp (contents, props changed)
   trunk/boost/spirit/include/support_attribute_transform.hpp (contents, props changed)
   trunk/boost/spirit/include/support_basic_rules.hpp (contents, props changed)
   trunk/boost/spirit/include/support_basic_transforms.hpp (contents, props changed)
   trunk/boost/spirit/include/support_char_class.hpp (contents, props changed)
   trunk/boost/spirit/include/support_component.hpp (contents, props changed)
   trunk/boost/spirit/include/support_functor_holder.hpp (contents, props changed)
   trunk/boost/spirit/include/support_grammar.hpp (contents, props changed)
   trunk/boost/spirit/include/support_iso8859_1.hpp (contents, props changed)
   trunk/boost/spirit/include/support_locals.hpp (contents, props changed)
   trunk/boost/spirit/include/support_look_ahead.hpp (contents, props changed)
   trunk/boost/spirit/include/support_meta_function_holder.hpp (contents, props changed)
   trunk/boost/spirit/include/support_meta_grammar.hpp (contents, props changed)
   trunk/boost/spirit/include/support_modifier.hpp (contents, props changed)
   trunk/boost/spirit/include/support_multi_pass.hpp (contents, props changed)
   trunk/boost/spirit/include/support_multi_pass_fwd.hpp (contents, props changed)
   trunk/boost/spirit/include/support_nonterminal.hpp (contents, props changed)
   trunk/boost/spirit/include/support_placeholders.hpp (contents, props changed)
   trunk/boost/spirit/include/support_safe_bool.hpp (contents, props changed)
   trunk/boost/spirit/include/support_standard.hpp (contents, props changed)
   trunk/boost/spirit/include/support_standard_wide.hpp (contents, props changed)
   trunk/boost/spirit/include/support_unused.hpp (contents, props changed)

Added: trunk/boost/spirit/include/karma_action.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_action.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_ACTION
+#define BOOST_SPIRIT_INCLUDE_KARMA_ACTION
+#include <boost/spirit/include/action.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_auxiliary.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_auxiliary.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_AUXILIARY
+#define BOOST_SPIRIT_INCLUDE_KARMA_AUXILIARY
+#include <boost/spirit/include/auxiliary.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_binary.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_binary.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_BINARY
+#define BOOST_SPIRIT_INCLUDE_KARMA_BINARY
+#include <boost/spirit/include/binary.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_char.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_char.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_CHAR
+#define BOOST_SPIRIT_INCLUDE_KARMA_CHAR
+#include <boost/spirit/include/char.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_delimit.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_delimit.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_DELIMIT
+#define BOOST_SPIRIT_INCLUDE_KARMA_DELIMIT
+#include <boost/spirit/include/delimit.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_directive.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_directive.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_DIRECTIVE
+#define BOOST_SPIRIT_INCLUDE_KARMA_DIRECTIVE
+#include <boost/spirit/include/directive.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_domain.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_domain.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_DOMAIN
+#define BOOST_SPIRIT_INCLUDE_KARMA_DOMAIN
+#include <boost/spirit/include/domain.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_generate.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_generate.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_GENERATE
+#define BOOST_SPIRIT_INCLUDE_KARMA_GENERATE
+#include <boost/spirit/include/generate.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_meta_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_meta_grammar.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_META_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_KARMA_META_GRAMMAR
+#include <boost/spirit/include/meta_grammar.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_nonterminal.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_nonterminal.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_NONTERMINAL
+#define BOOST_SPIRIT_INCLUDE_KARMA_NONTERMINAL
+#include <boost/spirit/include/nonterminal.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_numeric.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_numeric.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_NUMERIC
+#define BOOST_SPIRIT_INCLUDE_KARMA_NUMERIC
+#include <boost/spirit/include/numeric.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_operator.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_operator.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_OPERATOR
+#define BOOST_SPIRIT_INCLUDE_KARMA_OPERATOR
+#include <boost/spirit/include/operator.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_stream.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_stream.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_STREAM
+#define BOOST_SPIRIT_INCLUDE_KARMA_STREAM
+#include <boost/spirit/include/stream.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_string.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_string.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_STRING
+#define BOOST_SPIRIT_INCLUDE_KARMA_STRING
+#include <boost/spirit/include/string.hpp>
+#endif

Added: trunk/boost/spirit/include/karma_what.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_what.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_KARMA_WHAT
+#define BOOST_SPIRIT_INCLUDE_KARMA_WHAT
+#include <boost/spirit/include/what.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_domain.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_domain.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_DOMAIN
+#define BOOST_SPIRIT_INCLUDE_LEX_DOMAIN
+#include <boost/spirit/include/domain.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_lexer.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_lexer.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_LEXER
+#define BOOST_SPIRIT_INCLUDE_LEX_LEXER
+#include <boost/spirit/include/lexer.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_lexer_lexertl.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_lexer_lexertl.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_LEXER_LEXERTL
+#define BOOST_SPIRIT_INCLUDE_LEX_LEXER_LEXERTL
+#include <boost/spirit/include/lexer_lexertl.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_lexer_static_lexertl.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_lexer_static_lexertl.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_LEXER_STATIC_LEXERTL
+#define BOOST_SPIRIT_INCLUDE_LEX_LEXER_STATIC_LEXERTL
+#include <boost/spirit/include/lexer_static_lexertl.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_meta_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_meta_grammar.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_META_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_LEX_META_GRAMMAR
+#include <boost/spirit/include/meta_grammar.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_set_state.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_set_state.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_SET_STATE
+#define BOOST_SPIRIT_INCLUDE_LEX_SET_STATE
+#include <boost/spirit/include/set_state.hpp>
+#endif

Added: trunk/boost/spirit/include/lex_tokenize_and_parse.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/lex_tokenize_and_parse.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_LEX_TOKENIZE_AND_PARSE
+#define BOOST_SPIRIT_INCLUDE_LEX_TOKENIZE_AND_PARSE
+#include <boost/spirit/include/tokenize_and_parse.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_algorithm.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_algorithm.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_ALGORITHM
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_ALGORITHM
+#include <boost/spirit/include/algorithm.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_bind.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_bind.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_BIND
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_BIND
+#include <boost/spirit/include/bind.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_container.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_container.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_CONTAINER
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_CONTAINER
+#include <boost/spirit/include/container.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_core.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_core.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_CORE
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_CORE
+#include <boost/spirit/include/core.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_function.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_function.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_FUNCTION
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_FUNCTION
+#include <boost/spirit/include/function.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_fusion.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_fusion.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_FUSION
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_FUSION
+#include <boost/spirit/include/fusion.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_object.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_object.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_OBJECT
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_OBJECT
+#include <boost/spirit/include/object.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_operator.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_operator.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_OPERATOR
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_OPERATOR
+#include <boost/spirit/include/operator.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_scope.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_scope.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_SCOPE
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_SCOPE
+#include <boost/spirit/include/scope.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_statement.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_statement.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_STATEMENT
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_STATEMENT
+#include <boost/spirit/include/statement.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_stl.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_stl.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_STL
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_STL
+#include <boost/spirit/include/stl.hpp>
+#endif

Added: trunk/boost/spirit/include/phoenix_version.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/phoenix_version.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_PHOENIX_VERSION
+#define BOOST_SPIRIT_INCLUDE_PHOENIX_VERSION
+#include <boost/spirit/include/version.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_action.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_action.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_ACTION
+#define BOOST_SPIRIT_INCLUDE_QI_ACTION
+#include <boost/spirit/include/action.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_auxiliary.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_auxiliary.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_AUXILIARY
+#define BOOST_SPIRIT_INCLUDE_QI_AUXILIARY
+#include <boost/spirit/include/auxiliary.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_binary.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_binary.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_BINARY
+#define BOOST_SPIRIT_INCLUDE_QI_BINARY
+#include <boost/spirit/include/binary.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_char.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_char.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_CHAR
+#define BOOST_SPIRIT_INCLUDE_QI_CHAR
+#include <boost/spirit/include/char.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_debug.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_debug.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_DEBUG
+#define BOOST_SPIRIT_INCLUDE_QI_DEBUG
+#include <boost/spirit/include/debug.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_directive.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_directive.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_DIRECTIVE
+#define BOOST_SPIRIT_INCLUDE_QI_DIRECTIVE
+#include <boost/spirit/include/directive.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_domain.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_domain.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_DOMAIN
+#define BOOST_SPIRIT_INCLUDE_QI_DOMAIN
+#include <boost/spirit/include/domain.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_meta_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_meta_grammar.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_META_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_QI_META_GRAMMAR
+#include <boost/spirit/include/meta_grammar.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_nonterminal.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_nonterminal.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_NONTERMINAL
+#define BOOST_SPIRIT_INCLUDE_QI_NONTERMINAL
+#include <boost/spirit/include/nonterminal.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_numeric.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_numeric.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_NUMERIC
+#define BOOST_SPIRIT_INCLUDE_QI_NUMERIC
+#include <boost/spirit/include/numeric.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_operator.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_operator.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_OPERATOR
+#define BOOST_SPIRIT_INCLUDE_QI_OPERATOR
+#include <boost/spirit/include/operator.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_parse.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_parse.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_PARSE
+#define BOOST_SPIRIT_INCLUDE_QI_PARSE
+#include <boost/spirit/include/parse.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_skip.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_skip.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_SKIP
+#define BOOST_SPIRIT_INCLUDE_QI_SKIP
+#include <boost/spirit/include/skip.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_stream.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_stream.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_STREAM
+#define BOOST_SPIRIT_INCLUDE_QI_STREAM
+#include <boost/spirit/include/stream.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_string.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_string.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_STRING
+#define BOOST_SPIRIT_INCLUDE_QI_STRING
+#include <boost/spirit/include/string.hpp>
+#endif

Added: trunk/boost/spirit/include/qi_what.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_what.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_QI_WHAT
+#define BOOST_SPIRIT_INCLUDE_QI_WHAT
+#include <boost/spirit/include/what.hpp>
+#endif

Added: trunk/boost/spirit/include/support_any.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_any.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ANY
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ANY
+#include <boost/spirit/include/any.hpp>
+#endif

Added: trunk/boost/spirit/include/support_any_if.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_any_if.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ANY_IF
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ANY_IF
+#include <boost/spirit/include/any_if.hpp>
+#endif

Added: trunk/boost/spirit/include/support_any_ns.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_any_ns.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ANY_NS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ANY_NS
+#include <boost/spirit/include/any_ns.hpp>
+#endif

Added: trunk/boost/spirit/include/support_argument.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_argument.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ARGUMENT
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ARGUMENT
+#include <boost/spirit/include/argument.hpp>
+#endif

Added: trunk/boost/spirit/include/support_as_variant.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_as_variant.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_AS_VARIANT
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_AS_VARIANT
+#include <boost/spirit/include/as_variant.hpp>
+#endif

Added: trunk/boost/spirit/include/support_ascii.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_ascii.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ASCII
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ASCII
+#include <boost/spirit/include/ascii.hpp>
+#endif

Added: trunk/boost/spirit/include/support_attribute_of.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_attribute_of.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ATTRIBUTE_OF
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ATTRIBUTE_OF
+#include <boost/spirit/include/attribute_of.hpp>
+#endif

Added: trunk/boost/spirit/include/support_attribute_transform.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_attribute_transform.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ATTRIBUTE_TRANSFORM
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ATTRIBUTE_TRANSFORM
+#include <boost/spirit/include/attribute_transform.hpp>
+#endif

Added: trunk/boost/spirit/include/support_basic_rules.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_basic_rules.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_BASIC_RULES
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_BASIC_RULES
+#include <boost/spirit/include/basic_rules.hpp>
+#endif

Added: trunk/boost/spirit/include/support_basic_transforms.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_basic_transforms.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_BASIC_TRANSFORMS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_BASIC_TRANSFORMS
+#include <boost/spirit/include/basic_transforms.hpp>
+#endif

Added: trunk/boost/spirit/include/support_char_class.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_char_class.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_CHAR_CLASS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_CHAR_CLASS
+#include <boost/spirit/include/char_class.hpp>
+#endif

Added: trunk/boost/spirit/include/support_component.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_component.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_COMPONENT
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_COMPONENT
+#include <boost/spirit/include/component.hpp>
+#endif

Added: trunk/boost/spirit/include/support_functor_holder.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_functor_holder.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_FUNCTOR_HOLDER
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_FUNCTOR_HOLDER
+#include <boost/spirit/include/functor_holder.hpp>
+#endif

Added: trunk/boost/spirit/include/support_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_grammar.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_GRAMMAR
+#include <boost/spirit/include/grammar.hpp>
+#endif

Added: trunk/boost/spirit/include/support_iso8859_1.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_iso8859_1.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_ISO8859_1
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ISO8859_1
+#include <boost/spirit/include/iso8859_1.hpp>
+#endif

Added: trunk/boost/spirit/include/support_locals.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_locals.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_LOCALS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_LOCALS
+#include <boost/spirit/include/locals.hpp>
+#endif

Added: trunk/boost/spirit/include/support_look_ahead.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_look_ahead.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_LOOK_AHEAD
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_LOOK_AHEAD
+#include <boost/spirit/include/look_ahead.hpp>
+#endif

Added: trunk/boost/spirit/include/support_meta_function_holder.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_meta_function_holder.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_META_FUNCTION_HOLDER
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_META_FUNCTION_HOLDER
+#include <boost/spirit/include/meta_function_holder.hpp>
+#endif

Added: trunk/boost/spirit/include/support_meta_grammar.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_meta_grammar.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_META_GRAMMAR
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_META_GRAMMAR
+#include <boost/spirit/include/meta_grammar.hpp>
+#endif

Added: trunk/boost/spirit/include/support_modifier.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_modifier.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_MODIFIER
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_MODIFIER
+#include <boost/spirit/include/modifier.hpp>
+#endif

Added: trunk/boost/spirit/include/support_multi_pass.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_multi_pass.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_MULTI_PASS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_MULTI_PASS
+#include <boost/spirit/include/multi_pass.hpp>
+#endif

Added: trunk/boost/spirit/include/support_multi_pass_fwd.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_multi_pass_fwd.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_MULTI_PASS_FWD
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_MULTI_PASS_FWD
+#include <boost/spirit/include/multi_pass_fwd.hpp>
+#endif

Added: trunk/boost/spirit/include/support_nonterminal.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_nonterminal.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_NONTERMINAL
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_NONTERMINAL
+#include <boost/spirit/include/nonterminal.hpp>
+#endif

Added: trunk/boost/spirit/include/support_placeholders.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_placeholders.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_PLACEHOLDERS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_PLACEHOLDERS
+#include <boost/spirit/include/placeholders.hpp>
+#endif

Added: trunk/boost/spirit/include/support_safe_bool.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_safe_bool.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_SAFE_BOOL
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_SAFE_BOOL
+#include <boost/spirit/include/safe_bool.hpp>
+#endif

Added: trunk/boost/spirit/include/support_standard.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_standard.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_STANDARD
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_STANDARD
+#include <boost/spirit/include/standard.hpp>
+#endif

Added: trunk/boost/spirit/include/support_standard_wide.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_standard_wide.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_STANDARD_WIDE
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_STANDARD_WIDE
+#include <boost/spirit/include/standard_wide.hpp>
+#endif

Added: trunk/boost/spirit/include/support_unused.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_unused.hpp 2008-04-12 20:15:11 EDT (Sat, 12 Apr 2008)
@@ -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_SUPPORT_UNUSED
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_UNUSED
+#include <boost/spirit/include/unused.hpp>
+#endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk