IDL4-CPP 1.1b1 RTF Avatar
  1. OMG Issue

IDL4CPP11 — Change enum mapping

  • Key: IDL4CPP11-26
  • Status: open   Implementation work Blocked
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    The proposed enum mapping makes it harder to migrate from C+03 to C11 or newer, why not map this to a class with a _flags enum as member (same as bitmask does). The _flags enum contains the enum elements as defined in IDL, this way user code can use AnEnum::zero independent whether C03 or C+11 is used

  • Reported: IDL4-CPP 1.0b2 — Mon, 28 Oct 2024 13:48 GMT
  • Updated: Mon, 28 Oct 2024 14:57 GMT