Upgrade clang compiler in CI builds (#6861)

This commit is contained in:
Dennis Luxen
2024-05-06 18:12:17 +02:00
committed by GitHub
parent 6d361ced41
commit 99809e105c
5 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ void ExtractorCallbacks::ProcessWay(const osmium::Way &input_way, const Extracti
TurnLaneDescription lane_description;
typedef boost::tokenizer<boost::char_separator<char>> tokenizer;
using tokenizer = boost::tokenizer<boost::char_separator<char>>;
boost::char_separator<char> sep("|", "", boost::keep_empty_tokens);
boost::char_separator<char> inner_sep(";", "");
tokenizer tokens(lane_string, sep);