IDL 4.3 RTF Avatar
  1. OMG Issue

IDL43 — References to a Template Module: Syntax doesn't match example

  • Key: IDL43-29
  • Status: open   Implementation work Blocked
  • Source: Honeywell ( Steven Hickman)
  • Summary:

    The example for 'References to a Template Module' contains the line:
    alias MyTemplModule2<S1, S2, m> MyTemplModule;

    According to rule 193, 'MyTemplModule2' should be a scoped_name that refers to a previously defined Template Module. There is nothing else (successfully) defined as 'MyTemplModule2'. I think this line should be:

    alias MyTemplModule<S1, S2, m> MyTemplModule2;

  • Reported: IDL 4.1 — Tue, 22 Jan 2019 18:48 GMT
  • Updated: Tue, 23 Mar 2021 20:29 GMT