-
Key: CORBA26-17
-
Legacy Issue Number: 3230
-
Status: closed
-
Source: Humboldt-Universitaet ( Martin von Loewis)
-
Summary:
In ptc/99-10-04, the production 104
<readonly_attr_declarator >::=
<simple_declarator> [ <raises_expr> ]<simple_declarator> { "," <simple_declarator> }*
is ambiguous, since a sole <simple_declarator> could either denote the
first alternative (with no <raises_expr>), or the second alternative
(with the simple-declarator-list omitted). Even though this does not
constitute a serious problem, it is also easy to fix:
<readonly_attr_declarator >::=
<simple_declarator> <raises_expr>
| <simple_declarator> { "," <simple_declarator> }*
-
Reported: CPP 1.1 — Mon, 17 Jan 2000 05:00 GMT
-
Disposition: Resolved — CORBA 2.6.1
-
Disposition Summary:
see below
-
Updated: Fri, 6 Mar 2015 20:58 GMT
CORBA26 — Components: readonly_attr_declarator slightly ambiguous
- Key: CORBA26-17
- OMG Task Force: Core RTF