-
Key: CPP1116-12
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
The example code has
OBV_Example (int16_t, int32_t, std::string, IDL::traits<Example>::ref_type;
But this is not correct, it should be
OBV_Example (int16_t, int32_t, std::string, IDL::traits<Example>::ref_type);
-
Reported: CPP11 1.5 — Thu, 22 Apr 2021 12:05 GMT
-
Disposition: Resolved — CPP 1.6
-
Disposition Summary:
Fix invalid example code
A closing parenthesis was missing from the example code.
-
Updated: Thu, 31 Mar 2022 19:32 GMT