-
Key: CPP11-156
-
Legacy Issue Number: 2286
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: the text for string_alloc et al. says:
The string_alloc function dynamically allocates a string,
or returns a null pointer if it cannot perform the allocation.[ ... ]
The string_alloc, string_dup, and string_free functions may not
throw CORBA exceptions.I think the second sentence is a little misleading. What is meant is that
these functions cannot throw any exceptions at, not that they won"t throw
CORBA excecptions but are allowed to throw others, such as bad_alloc.I suggest to change the second sentence to read:
The string_alloc, string_dup, and string_free functions may not
throw exceptions. -
Reported: CPP 1.0b1 — Thu, 24 Dec 1998 05:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
Clarify the text.
-
Updated: Fri, 6 Mar 2015 20:58 GMT
CPP11 — string allocation functions -- description ambiguous
- Key: CPP11-156
- OMG Task Force: C++ Mapping RTF