Skip to content

Commit 0cd0340

Browse files
Use std::ranges::subrange instead of boost::iterator_range
1 parent 8a31f2f commit 0cd0340

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

include/engine/base64.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <boost/archive/iterators/base64_from_binary.hpp>
1414
#include <boost/archive/iterators/binary_from_base64.hpp>
1515
#include <boost/archive/iterators/transform_width.hpp>
16-
#include <boost/range/algorithm/copy.hpp>
1716

1817
namespace osrm
1918
{

include/extractor/segment_data_container.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "storage/shared_memory_ownership.hpp"
99
#include "storage/tar_fwd.hpp"
1010
#include <filesystem>
11-
#include <iostream>
1211
#include <ranges>
1312
#include <string>
1413
#include <unordered_map>

src/extractor/restriction_graph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include "util/timing_util.hpp"
66
#include <util/for_each_pair.hpp>
77

8-
#include <boost/range/algorithm/copy.hpp>
9-
108
namespace osrm::extractor
119
{
1210

0 commit comments

Comments
 (0)