-
Key: IDL4CPP-55
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
it is not clear what the traits is_bounded/bound are for non string/sequence types, for example a long. The spec says the trait is empty, but it is there, what is the value then. When looking at the std traits, it seems better that is_bounded returns false_type (follows https://en.cppreference.com/w/cpp/types/is_bounded_array) and bound returns 0 (follows https://en.cppreference.com/w/cpp/types/rank)
-
Reported: IDL4-CPP 1.0b1 — Sun, 3 Mar 2024 07:31 GMT
-
Disposition: Resolved — IDL4-CPP 1.0b2
-
Disposition Summary:
Remove is_bounded and bound traits from the list of common type traits
This resolution removes is_bounded and bound traits from the list of common type traits, as they only applied to types that can may have bounds, such as strings, sequences, or maps.
-
Updated: Mon, 16 Sep 2024 14:15 GMT
IDL4CPP — is_bounded/bound for none string/sequence types
- Key: IDL4CPP-55
- OMG Task Force: IDL4 to C++ Language Mapping (IDL4-CPP) 1.0 FTF