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
|
8af27e0ce4
|
Reimplement all of iterator_facade, rename it iterator_interface.
|
2019-08-12 00:35:20 -05:00 |
|
Zach Laine
|
485b135efa
|
const_repeated_chars_iterator::reference: char const -> char
|
2019-08-11 11:06:00 -05:00 |
|
Zach Laine
|
9a7791af84
|
Add missing #include <string> in example/repeated_chars_iterator.cpp.
|
2019-08-10 20:16:37 -05:00 |
|
Zach Laine
|
a415c05877
|
Sketch in most of the doc examples.
|
2019-08-10 10:30:10 -05:00 |
|
Zach Laine
|
6e30792b30
|
- Add an outline of the Boost docs.
- Add example/repeated_chars_iterator.cpp
- IteratorCategory -> IteratorConcept
- detail::arrow -> proxy_arrow_result
- Doxygen comment for each iterator_facade specialization.
|
2019-08-08 22:40:19 -05:00 |
|