|
Boost : |
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-07-28 16:51:38
"Jonathan Turkanis" <technews_at_[hidden]> wrote in message news:ce96m9$b9r$1_at_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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk