IDL4-CPP 1.0b2 FTF Avatar
  1. OMG Issue

IDL4CPP — Use consistant initialization

  • Key: IDL4CPP-86
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    the code examples use = and {} to initialize the constants, recommend to make this consistent by always using {}

  • Reported: IDL4-CPP 1.0b1 — Fri, 12 Apr 2024 09:55 GMT
  • Disposition: Deferred — IDL4-CPP 1.0b2
  • Disposition Summary:

    Defer to future revisions of the specification

    In this case, we chose to use {} only when necessary, and use = instead for when both options were possible. Having said that, given the current trend leaning towards the use of {}, future versions of this specification may change this coding convention.

  • Updated: Mon, 16 Sep 2024 14:15 GMT