Skip to content

Commit fefd808

Browse files
committed
Remove reserved_to_utf_view_iterator cruft
This was related to an optimization that the paper currently doesn't implement since R8.
1 parent bc816dc commit fefd808

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/beman/utf_view/to_utf_view.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ class exposition_only_to_utf_view_impl {
9494
public:
9595
template <bool Const>
9696
class exposition_only_utf_iterator {
97-
/* !PAPER */
98-
public:
99-
using reserved_to_utf_view_iterator = void;
100-
101-
/* PAPER */
10297
private:
10398
using exposition_only_iter =
10499
std::ranges::iterator_t<exposition_only_maybe_const<Const, V>>;

0 commit comments

Comments
 (0)