Skip to content

Emitted c++ code for templates should have a using declaration per template argument #89

@reinco

Description

@reinco
template typename<REF, ATTR, ..>
struct AttributeMapList
{
using ref_t = REF;
using attr_t = ATTR;
etc.
}

This should be done for both data structs and Views.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions