Title
Minor typographical error in ostream_iterator
Status
cd1
Section
[ostream.iterator]
Submitter
Andy Sawyer

Created on 2001-10-24.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [ostream.iterator], replace const char* delim with const charT* delim.

Date: 2001-10-24.00:00:00

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:33adminsetmessages: + msg2314
2001-10-24 00:00:00admincreate