Removes the boost/algorithm/string/join dependency

This commit removes the `boost/algorithm/string/join` dependency
from the project by replacing `boost::algorithm::join` with
a simple helper function.
This commit is contained in:
251
2018-07-20 23:48:26 +02:00
parent 2dc5ab6378
commit 5f019d5354
2 changed files with 11 additions and 6 deletions

View File

@@ -49,7 +49,6 @@ EXPECTED_BOOST_INCLUDES=(
boost/algorithm/string.hpp
boost/algorithm/string/case_conv.hpp
boost/algorithm/string/classification.hpp
boost/algorithm/string/join.hpp
boost/algorithm/string/predicate.hpp
boost/algorithm/string/replace.hpp
boost/algorithm/string/split.hpp