OpenDDS icon indicating copy to clipboard operation
OpenDDS copied to clipboard

No distinct types when using bounded types with the C++11 mapping

Open jwillemsen opened this issue 5 years ago • 1 comments

The IDL to C++11 mapping states:

  • A bounded string type is mapped to a distinct type to differentiate from an unbounded string.
  • A bounded wide string type is mapped to a distinct type to differentiate from an unbounded wide string.
  • A bounded sequence is mapped to a distinct type to differentiate from an unbounded sequence.

This is currently not done by OpenDDS when enabling the IDL to C++11 mapping

jwillemsen avatar Nov 23 '20 14:11 jwillemsen

Added to documentation for 3.15 and leaving this open.

mitza-oci avatar Dec 01 '20 00:12 mitza-oci