-
Key: CPP11-97
-
Legacy Issue Number: 2619
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The C++ mapping says:
A compliant mapping implementation shall provide overloaded operator<<
(insertion) and operator>> (extraction) operators for using String_var
and
String_out directly with C++ iostreams.>From this definition it"s no clear whether operator>> allocates memory
or not. That is, is the following code correct?CORBA::String_var str;
cin >> str; -
Reported: CPP 1.0 — Wed, 21 Apr 1999 04:00 GMT
-
Disposition: Resolved — CPP 1.1
-
Disposition Summary:
closed/resolved
-
Updated: Fri, 6 Mar 2015 20:58 GMT