Skip to content

Deducing this feature missing feature test macro #113174

Closed as duplicate of#82780
Closed as duplicate of#82780
@camio

Description

@camio

According to #59619, there is no work remaining to add this feature, yet it still lacks a feature test macro which is being worked around like this in libcxx.

The release notes for clang 18.1 had this to say:

Because the support for this feature is still experimental, the feature test macro __cpp_explicit_this_parameter was not set in this version. However, its support can be tested with __has_extension(cxx_explicit_this_parameter).

If this feature is complete, the feature test macro should be added. If it is incomplete, there should be an issue to point to describing the remaining work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:frontendLanguage frontend issues, e.g. anything involving "Sema"duplicateResolved as duplicate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions