Skip to content

[clang] Define the __cpp_consteval macro now that support is complete #57094

Closed
@BertalanD

Description

@BertalanD

Commit 3d2629d marked consteval support as completed for the Clang 15 release in the docs. However, the __cpp_consteval feature test macro is still not defined. If the feature is indeed production-ready, it would be nice to define this macro, both on main and the release branch.

//Builder.defineMacro("__cpp_consteval", "201811L");

cc @cor3ntin, @ChuanqiXu9

See also #53906

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++20clang:frontendLanguage frontend issues, e.g. anything involving "Sema"constevalC++20 consteval

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions