Title
Ios_base::init doesn't exist
Status
tc1
Section
[narrow.stream.objects]
Submitter
Nathan Myers

Created on 1998-08-06.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

[R12: modified to include paragraph 5.]

In [narrow.stream.objects] paragraph 2 and 5, change

ios_base::init

to

basic_ios<char>::init

Also, make a similar change in [wide.stream.objects] except it should read

basic_ios<wchar_t>::init

Date: 1998-08-06.00:00:00

Sections [narrow.stream.objects] and [wide.stream.objects] mention a function ios_base::init, which is not defined. Probably they mean basic_ios<>::init, defined in [basic.ios.cons], paragraph 3.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg66
1998-08-06 00:00:00admincreate