Problem with member accessor
-
Key: IDL4CSP11-10
-
Status: open
-
Source: Remedy IT Expertise BV ( Johnny Willemsen)
-
Summary:
The spec gives:
const <MemberType>& <MemberName>() const
But for basic types/int this will result in a warning, for basic/enum it should be
<MemberType> <MemberName>() const
-
Reported: IDL4-CPP 1.0b1 — Tue, 4 Apr 2023 07:47 GMT
-
Updated: Tue, 4 Apr 2023 19:11 GMT