Created on 2001-10-24.00:00:00 last changed 171 months ago
Proposed resolution:
In [ostream.iterator], replace const char* delim with const charT* delim.
24.5.2 [lib.ostream.iterator] states:
[...] private: // basic_ostream<charT,traits>* out_stream; exposition only // const char* delim; exposition only
Whilst it's clearly marked "exposition only", I suspect 'delim' should be of type 'const charT*'.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2314 |
2001-10-24 00:00:00 | admin | create |