]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Introduce _GLIBCXX_EXPLICIT_THIS_PARAMETER internal FTM
authorPatrick Palka <ppalka@redhat.com>
Fri, 5 Dec 2025 17:14:18 +0000 (12:14 -0500)
committerPatrick Palka <ppalka@redhat.com>
Fri, 5 Dec 2025 17:14:18 +0000 (12:14 -0500)
commit101f96847629850edbdfceb11b363770be4fd69d
tree3251ff1f485bc03446045216d27607acdc518800
parentc48b55fa7764477008fbf187fadb352e3391a3f5
libstdc++: Introduce _GLIBCXX_EXPLICIT_THIS_PARAMETER internal FTM

This FTM is like __cpp_explicit_this_parameter but is also defined
in earlier C++ modes if deducing this is supported as an extension
by the compiler.  Currently only GCC supports this, Clang doesn't.

libstdc++-v3/ChangeLog:

* include/bits/c++config (_GLIBCXX_EXPLICIT_THIS_PARAMETER):
New.

Reviewed-by: Tomasz KamiƄski <tkaminsk@redhat.com>
Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/include/bits/c++config