Zach Laine
|
df9e186bd6
|
Add a new v3 namespace, containing a new iterator_interface based on deducing
this instead of CRTP.
|
2023-06-05 00:12:54 -05:00 |
|
Zach Laine
|
97ca350172
|
Rename the library stl_interfaces; iterator_facade.hpp ->
iterator_interface.hpp.
|
2019-08-12 18:09:37 -05:00 |
|
Zach Laine
|
a259a08cea
|
prev() and next() -> operator++() and operator()-- in user operations
|
2019-08-12 18:09:31 -05:00 |
|
Zach Laine
|
8af27e0ce4
|
Reimplement all of iterator_facade, rename it iterator_interface.
|
2019-08-12 00:35:20 -05:00 |
|
Zach Laine
|
5671fa0f73
|
Enable the examples in the docs; copy editing therein.
|
2019-08-10 10:41:53 -05:00 |
|
Zach Laine
|
ac033389b9
|
Turns out default constructibility is required for all iterator concepts.
|
2019-08-10 10:30:10 -05:00 |
|
Zach Laine
|
a415c05877
|
Sketch in most of the doc examples.
|
2019-08-10 10:30:10 -05:00 |
|