
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:ce96m9$b9r$1@sea.gmane.org... | Thorsten, | | In a couple of places the docs for Boost.Range talk about 'nested | typedefs': hey, I'm about to start on some new range docs, so some contents will change. Anyway, I appreciate your feedback. | 1) In the first paragraph of boots_range.html: "The subset deals | mostly with iterator returning functions and nested typedefs." | 2) In the first paragraph of external_concepts.html: "The concept can | be specified as a set of member functions with well-defined semantics | and a set of nested typedefs with well-defined properties." | | In both cases, I think it would be more appropriate to talk about | 'nested types.' yep, I agree. Afterall, who can tell the difference between struct X; struct C { typedef X type; }; and struct C { struct type; }; ? Thorsten