-
Key: CPP12-31
-
Legacy Issue Number: 3796
-
Status: closed
-
Source: Triodia Technologies Pty Ltd ( Michi Henning)
-
Summary:
Page 1-153, section 1.41.2:
String_var has:
operator char*();
operator const char*() const;What is missing here is:
operator char*&();
Without that, a String_var cannot be passed as an inout param.
-
Reported: CPP 1.1 — Thu, 31 Aug 2000 04:00 GMT
-
Disposition: Resolved — CPP 1.2
-
Disposition Summary:
Add operator char*&() to class String_var.
-
Updated: Fri, 6 Mar 2015 21:38 GMT