|
|
|
|
|
by cma
2008 days ago
|
|
I thought he was saying the `end` in range begin/end was now allowed to be some empty signifier to tell things to look for the null pointer (null is a sentinel, but `end` itself is now empty). That may not be right, I don't know enough about the new concepts stuff and range seems to be part of that. edit: looking at this it maybe covers it: https://foonathan.net/2020/03/iterator-sentinel/ |
|