This commit is contained in:
setine
2019-12-17 18:06:09 +01:00
committed by Zach Laine
parent 465b3c5dc4
commit e147a4c204

View File

@@ -204,7 +204,7 @@ for use in C++11 and later. Specifically:
- _Iterator_ contains two templates, `iterator_facade` and `iterator_adaptor`,
that represent two ways of writing a new iterator while writing as little
code as possible. It would be nice to have the functionality for both
available in on template, but it is difficult to unify those two templates
available in one template, but it is difficult to unify those two templates
as written.
For these reasons, it seems more appropriate to introduce a new Boost library