Closed as duplicate of#82780
Description
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.