Title
Missing ios_base qualification on members of a dependent class
Status
cd1
Section
[input.output]
Submitter
Martin Sebor

Created on 2000-11-02.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Qualify the names with the name of the class of which they are members, i.e., ios_base.

Date: 2000-11-02.00:00:00

27.5.2.4.2, p4, and 27.8.1.6, p2, 27.8.1.7, p3, 27.8.1.9, p2, 27.8.1.10, p3 refer to in and/or out w/o ios_base:: qualification. That's incorrect since the names are members of a dependent base class (14.6.2 [temp.dep]) and thus not visible.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2073
2000-11-02 00:00:00admincreate