update cucumber to 1.2.1 and remove hack

This commit is contained in:
Moritz Kobitzsch
2016-07-07 15:31:20 +02:00
committed by Patrick Niklaus
parent e76e39a398
commit 2ddc00c21e
8 changed files with 192 additions and 216 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ void ExtractorCallbacks::ProcessWay(const osmium::Way &input_way, const Extracti
TurnLaneDescription lane_description;
typedef boost::tokenizer<boost::char_separator<char>> tokenizer;
boost::char_separator<char> sep("|&", "", boost::keep_empty_tokens);
boost::char_separator<char> sep("|", "", boost::keep_empty_tokens);
boost::char_separator<char> inner_sep(";", "");
tokenizer tokens(lane_string, sep);