Merge pull request #12155 from vowchick/develop

Use range-v3 loops: delete boost includes
This commit is contained in:
Kamil Śliwak 2021-10-16 12:03:43 +02:00 committed by GitHub
commit fdf3b96e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#include <libsolutil/Algorithms.h>
#include <libsolutil/FunctionSelector.h>
#include <boost/range/adaptor/map.hpp>
#include <memory>
using namespace std;

View File

@ -41,7 +41,6 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <range/v3/view/enumerate.hpp>
#include <range/v3/view/reverse.hpp>