Skip to content

Commit a85861e

Browse files
committed
removed iterator_range
1 parent cf495a1 commit a85861e

10 files changed

Lines changed: 1 addition & 1151 deletions

include/gl/graph.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "graph_traits.hpp"
99
#include "impl/impl_tags.hpp"
1010
#include "io/stream_options_manipulator.hpp"
11-
#include "types/iterator_range.hpp"
1211
#include "util/ranges.hpp"
1312

1413
#include <set>

include/gl/impl/adjacency_list.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#pragma once
66

77
#include "gl/constants.hpp"
8-
#include "gl/types/dereferencing_iterator.hpp"
9-
#include "gl/types/iterator_range.hpp"
108
#include "gl/types/types.hpp"
119
#include "specialized/adjacency_list.hpp"
1210

include/gl/impl/adjacency_matrix.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#pragma once
66

77
#include "gl/constants.hpp"
8-
#include "gl/types/dereferencing_iterator.hpp"
9-
#include "gl/types/iterator_range.hpp"
10-
#include "gl/types/non_null_iterator.hpp"
118
#include "gl/types/types.hpp"
129
#include "specialized/adjacency_matrix.hpp"
1310

include/gl/types/dereferencing_iterator.hpp

Lines changed: 0 additions & 121 deletions
This file was deleted.

include/gl/types/iterator_range.hpp

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)