-
Key: IDL4CPP-5
-
Status: open
-
Source: Remedy IT Expertise BV ( Johnny Willemsen)
-
Summary:
In the example code it lists
{...}
const int16_t& a_short()
but shouldn't that be
int16_t a_short() const {...}This should be a return by value, using `const int16_t` will lead to a compiler warning, so it should be 'int16_t', all accessors should be checked
-
Reported: IDL4-CPP 1.0b1 — Thu, 23 Mar 2023 14:10 GMT
-
Updated: Thu, 23 Mar 2023 15:02 GMT
IDL4CPP — a_short in example code
- Key: IDL4CPP-5
- OMG Task Force: IDL4 to C++ Language Mapping (IDL4-CPP) 1.0 FTF