Skip to content

Dyn type erasure without macros #460

Open
@danakj

Description

@danakj

The current trait type erasure requires virtual and forwarding explicitly to the methods of the trait along with macros to help opt a type implementing a trait into erasure.

https://cpp-rendering.io/c-type-erasure-without-macros/ suggests a way to get rid of the macros here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign of the library systems as a whole, such as concepts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions