File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5
5
#ifndef MAPBOX_BOOST_SPIRIT_KARMA_HPP
6
6
#define MAPBOX_BOOST_SPIRIT_KARMA_HPP
7
7
8
+
9
+ #ifdef BOOST_SPIRIT_GENERATOR_JANUARY_13_2009_1002AM
10
+ #error "ERROR file must be included before boost spirit karma"
11
+ #endif
12
+
13
+
8
14
#include < mapbox/variant.hpp>
9
15
10
16
namespace boost { using mapbox::util::get; }
11
17
12
18
#include < mapbox/detail/boost_spirit_attributes.hpp>
19
+ #include < boost/spirit/include/karma.hpp>
20
+
21
+ #ifndef BOOST_SPIRIT_GENERATOR_JANUARY_13_2009_1002AM
22
+ #error "ERROR include guard for boost spirit karma has changed!"
23
+ #endif
13
24
14
25
#endif
Original file line number Diff line number Diff line change 5
5
#ifndef MAPBOX_BOOST_SPIRIT_QI_HPP
6
6
#define MAPBOX_BOOST_SPIRIT_QI_HPP
7
7
8
+
9
+ #ifdef BOOST_SPIRIT_PARSER_OCTOBER_16_2008_0254PM
10
+ #error "ERROR file must be included before boost spirit qi"
11
+ #endif
12
+
8
13
#include < mapbox/detail/boost_spirit_attributes.hpp>
9
14
10
15
#include < boost/spirit/include/qi_alternative.hpp>
@@ -22,4 +27,9 @@ namespace boost { namespace spirit { namespace qi { namespace detail
22
27
}}}}
23
28
24
29
30
+ #include < boost/spirit/include/qi.hpp>
31
+ #ifndef BOOST_SPIRIT_PARSER_OCTOBER_16_2008_0254PM
32
+ #error "ERROR include guard for boost spirit qi has changed!"
33
+ #endif
34
+
25
35
#endif
You can’t perform that action at this time.
0 commit comments