IDL4-CPP 1.0b2 FTF Avatar
  1. OMG Issue

IDL4CPP — No type from omg::types available for arrays

  • Key: IDL4CPP-87
  • Status: closed  
  • Source: Airbus Group ( Mr. Oliver M. Kellogg)
  • Summary:

    Section 7.2.4.2 Template Types makes available types in namespace omg::types that may be used as substitutes for the native C++ types.

    The same does not apply to section 7.2.4.4 for arrays.
    Please change the first phrase in 7.2.4.4 to:

    IDL arrays shall be mapped to a C++ std::array<T>, or to a type named omg::types::array<T> that delivers std::array<T> semantics.

  • Reported: IDL4-CPP 1.0b1 — Mon, 6 May 2024 13:31 GMT
  • Disposition: Resolved — IDL4-CPP 1.0b2
  • Disposition Summary:

    Add omg::types::arrays for consistency

    This issue adds the definition of omg::types::arrays, for consistency with other types that are mapped to either std:: equivalents or omg::types.

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