Title
Typos in the signatures in 27.6.1.3/42-43 and 27.6.2.4
Status
cd1
Section
[istream.unformatted]
Submitter
Paolo Carlini

Created on 2006-02-12.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

After 27.6.1.3p42 change:

basic_istream<charT,traits>& seekg(off_type& off, ios_base::seekdir dir);

After 27.6.2.4p1 change:

basic_ostream<charT,traits>& seekp(pos_type& pos);

After 27.6.2.4p3 change:

basic_ostream<charT,traits>& seekp(off_type& off, ios_base::seekdir dir);
Date: 2006-02-12.00:00:00

In the most recent working draft, I'm still seeing:

seekg(off_type& off, ios_base::seekdir dir)

and

seekp(pos_type& pos)

seekp(off_type& off, ios_base::seekdir dir)

that is, by reference off and pos arguments.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2988
2006-02-12 00:00:00admincreate