Created
April 12, 2012 16:56
-
-
Save springmeyer/2369110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/mapnik/expression_grammar.hpp b/include/mapnik/expression_grammar.hpp | |
index 702e18a..c93a8a3 100644 | |
--- a/include/mapnik/expression_grammar.hpp | |
+++ b/include/mapnik/expression_grammar.hpp | |
@@ -139,11 +139,8 @@ struct expression_grammar : qi::grammar<Iterator, expr_node(), space_type> | |
using qi::_a; | |
using qi::_b; | |
using qi::_r1; | |
-#if BOOST_VERSION > 104200 | |
using qi::no_skip; | |
-#else | |
using qi::lexeme; | |
-#endif | |
using qi::_val; | |
using qi::lit; | |
using qi::int_; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment