Skip to content

_Generic keyword is not supported #1577

@ccawley2011

Description

@ccawley2011

The _Generic keyword is a C11 feature that allows a macro to call different functions based on the type of its parameters (e.g. it can distinguish between float and int even when both types are the same size).

https://en.cppreference.com/w/c/language/generic.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions