Skip to content

Commit

Permalink
LWG3276 Class split_view::outer_iterator::value_type should inherit f…
Browse files Browse the repository at this point in the history
…rom view_interface

Also fixes NB US 297 (C++20 CD).
  • Loading branch information
Dawn Perchik authored and zygoloid committed Nov 20, 2019
1 parent 0b5ffcc commit 2e510ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5200,7 +5200,8 @@
namespace std::ranges {
template<class V, class Pattern>
template<bool Const>
struct split_view<V, Pattern>::outer_iterator<Const>::value_type {
struct split_view<V, Pattern>::outer_iterator<Const>::value_type
: view_interface<value_type> {
private:
outer_iterator i_ = outer_iterator(); // \expos
public:
Expand Down

0 comments on commit 2e510ae

Please sign in to comment.