-
Key: CPP11-102
-
Legacy Issue Number: 2890
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: CORBA 2.3 added the requirement (1.7 & 1.8) that string extractor
operators be defined for String_var & string member classes, for
example:std::istream& operator >>(std::istream &, CORBA::String_var &);
However, the semantics of the extractor operations is undefined. Does
the extractor operator extract characters until the first whitespace?
until a newline? until the default width of the stream? until eof?The same applies to wide strings.
-
Reported: CPP 1.0 — Tue, 14 Sep 1999 04:00 GMT
-
Disposition: Resolved — CPP 1.1
-
Disposition Summary:
closed/resolved
-
Updated: Fri, 6 Mar 2015 20:58 GMT