Ticket #234 (closed defect: fixed)
COBIA code generation for C++ incorrectly omits template argument for base class
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Phase III |
Component: | Code generation | Version: | |
Keywords: | Cc: |
Description
When a templated COBIA class is created that derives from CapeOpenObject?, the template argument to CapeOpenObject? requires the class name. This template argument itself should have a proper template argument, which is currently omitted, causing a compilation error in generated code.
Change History
Note: See
TracTickets for help on using
tickets.
In [23e06a3ec8d99ee6cf227362eec528847beb92e8]: