mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Remove boost/config/warning_disable.hpp usage
It is better to manage warnings on our side to know what warnings we need to fix or suppress, and the only thing that header does is disabling deprecation warnings on MSVC and ICC which we would prefer to not show to users.
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
// use a larger value for the alignment field width (default is 10)
|
||||
#define BOOST_KARMA_DEFAULT_FIELD_LENGTH 25
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
// use a larger value for the alignment field width (default is 10)
|
||||
#define BOOST_KARMA_DEFAULT_FIELD_LENGTH 25
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
// [ HK April 28, 2008 ]
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
// [ HK April 28, 2008 ]
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
// [ HK May 05, 2008 ]
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
//[customize_karma_counter_includes
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
//[customize_karma_embedded_container_includes
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
//[customize_karma_use_as_container_includes
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
// The purpose of this example is to show how any character sequence can be
|
||||
// printed while being properly quoted.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
namespace client
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
//
|
||||
// For more information see here: http://spirit.sourceforge.net/home/?p=400
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/karma_stream.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
// The main purpose of this example is to show how a single container type can
|
||||
// be formatted using different output grammars.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
// The main purpose of this example is to show how a single container type can
|
||||
// be formatted using different output grammars.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/spirit/include/karma_stream.hpp>
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// and the built in matching capabilities of Karma generators to emit output
|
||||
// in different formats based on the content of an attribute (not its type).
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
//[reference_karma_includes
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
// The main purpose of this example is to show how a single fusion sequence
|
||||
// can be used to generate output of the elements in different sequences
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
#include <boost/fusion/include/struct.hpp>
|
||||
#include <boost/fusion/include/nview.hpp>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
// assignment statements and if and while control structures. Look at the file
|
||||
// example4.input for an example.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// assignment statements and if and while control structures. Look at the file
|
||||
// example5.input for an example.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
// is that we use the self.add() syntax to define tokens and to associate them
|
||||
// with the lexer.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG 1
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//
|
||||
// Its purpose is to print all the (integer) numbers found in a file
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//
|
||||
// Its purpose is to print all the (integer) numbers found in a file
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/lex_generate_static_lexertl.hpp>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/lex_generate_static_lexertl.hpp>
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/lex_static_lexertl.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
#define BOOST_VARIANT_MINIMIZE_SIZE
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
//[wc_static_include
|
||||
#include <boost/spirit/include/lex_static_lexertl.hpp>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexer_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <boost/spirit/include/phoenix_statement.hpp>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
#define BOOST_VARIANT_MINIMIZE_SIZE
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
//[wcp_includes
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
//[wcf_includes
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_LEXERTL_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
//[wcl_includes
|
||||
#include <boost/spirit/include/lex_lexertl.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/support_utree.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/support_utree.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
// #define BOOST_SPIRIT_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/support_utree.hpp>
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
// you need (e.g. see qi::uint_type uint_ below).
|
||||
#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// you need (e.g. see qi::uint_type uint_ below).
|
||||
#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
// you need (e.g. see qi::uint_type uint_ below).
|
||||
#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/variant/apply_visitor.hpp>
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/variant/apply_visitor.hpp>
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/variant/apply_visitor.hpp>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_CALC7_AST_HPP)
|
||||
#define BOOST_SPIRIT_CALC7_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_CALC8_AST_HPP)
|
||||
#define BOOST_SPIRIT_CALC8_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_CONJURE_AST_HPP)
|
||||
#define BOOST_SPIRIT_CONJURE_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#if !defined(BOOST_SPIRIT_CONJURE_AST_HPP)
|
||||
#define BOOST_SPIRIT_CONJURE_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#if !defined(BOOST_SPIRIT_CONJURE_AST_HPP)
|
||||
#define BOOST_SPIRIT_CONJURE_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_MINIC_AST_HPP)
|
||||
#define BOOST_SPIRIT_MINIC_AST_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
// sure your compiler finds the includes and your linker finds the
|
||||
// proper libraries.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
#include <Qt/qstring.h>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
// compatible for the rule we define a specialization of the customization
|
||||
// point called 'transform_attribute'.
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/fusion/include/vector.hpp>
|
||||
#include <boost/date_time.hpp>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
// The main purpose of this example is to show how a single fusion sequence
|
||||
// can be filled from a parsed input of the elements in different sequences
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/fusion/include/struct.hpp>
|
||||
#include <boost/fusion/include/nview.hpp>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
//[tutorial_adder_includes
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/qi_copy.hpp>
|
||||
#include <boost/spirit/include/support_auto.hpp>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/position_tagged.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <boost/fusion/adapted/std_tuple.hpp>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/variant/recursive_variant.hpp>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
// Uncomment this if you want to enable debugging
|
||||
//#define BOOST_SPIRIT_X3_DEBUG
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
# pragma warning(disable: 4345)
|
||||
#endif
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
#include <boost/fusion/include/io.hpp>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/position_tagged.hpp>
|
||||
#include <boost/spirit/home/x3/support/utility/error_reporting.hpp>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_X3_MINIMAL_EMPLOYEE_HPP)
|
||||
#define BOOST_SPIRIT_X3_MINIMAL_EMPLOYEE_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include "ast.hpp"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#if !defined(BOOST_SPIRIT_X3_MINIMAL_EMPLOYEE_DEF_HPP)
|
||||
#define BOOST_SPIRIT_X3_MINIMAL_EMPLOYEE_DEF_HPP
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include "ast.hpp"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <boost/spirit/home/x3/support/ast/variant.hpp>
|
||||
#include <boost/fusion/include/adapt_struct.hpp>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/config/warning_disable.hpp>
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user