Title
basic_stringbuf missing allocator_type
Status
cd1
Section
[stringbuf]
Submitter
Martin Sebor

Created on 2000-07-28.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add to the synopses of the class templates basic_stringbuf (27.7.1), basic_istringstream (27.7.2), basic_ostringstream (27.7.3), and basic_stringstream (27.7.4) the typedef:

  typedef Allocator allocator_type;
Date: 2000-07-28.00:00:00

The synopsis for the template class basic_stringbuf doesn't list a typedef for the template parameter Allocator. This makes it impossible to determine the type of the allocator at compile time. It's also inconsistent with all other template classes in the library that do provide a typedef for the Allocator parameter.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2008
2000-07-28 00:00:00admincreate