Title
Inconsistent definition of traits_type
Status
tc1
Section
[stringstream]
Submitter
Dietmar Kühl

Created on 1999-07-20.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Proposed resolution:

To the declarations of basic_ostringstream ([ostringstream]) and basic_stringstream ([stringstream]) add:

typedef traits traits_type;
Date: 1999-07-20.00:00:00

The classes basic_stringstream ([stringstream]), basic_istringstream ([istringstream]), and basic_ostringstream ([ostringstream]) are inconsistent in their definition of the type traits_type: For istringstream, this type is defined, for the other two it is not. This should be consistent.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1742
1999-07-20 00:00:00admincreate