641. Editorial fix for 27.6.4 (N2134)

Section: 31.7.8 [ext.manip] Status: NAD Editorial Submitter: Daniel Krügler Opened: 2007-02-18 Last modified: 2016-01-28 10:19:27 UTC

Priority: Not Prioritized

View all other issues in [ext.manip].

View all issues with NAD Editorial status.

Discussion:

The function f in para 4 (31.7.8 [ext.manip]) references an unknown strm in the following line:

mg.get(Iter(str.rdbuf()), Iter(), intl, strm, err, mon);

Proposed resolution:

Change 31.7.8 [ext.manip], p4:

mg.get(Iter(str.rdbuf()), Iter(), intl, strm, err, mon);

[ Oxford: Editorial. ]