Use std::ranges::subrange instead of boost::iterator_range

This commit is contained in:
Siarhei Fedartsou 2024-07-14 16:11:17 +02:00
parent 8a31f2f5e3
commit 0cd0340346
3 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@
#include <boost/archive/iterators/base64_from_binary.hpp> #include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp> #include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp> #include <boost/archive/iterators/transform_width.hpp>
#include <boost/range/algorithm/copy.hpp>
namespace osrm namespace osrm
{ {

View File

@ -8,7 +8,6 @@
#include "storage/shared_memory_ownership.hpp" #include "storage/shared_memory_ownership.hpp"
#include "storage/tar_fwd.hpp" #include "storage/tar_fwd.hpp"
#include <filesystem> #include <filesystem>
#include <iostream>
#include <ranges> #include <ranges>
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>

View File

@ -5,8 +5,6 @@
#include "util/timing_util.hpp" #include "util/timing_util.hpp"
#include <util/for_each_pair.hpp> #include <util/for_each_pair.hpp>
#include <boost/range/algorithm/copy.hpp>
namespace osrm::extractor namespace osrm::extractor
{ {