[PATCH] D140828: [C++] Implement "Deducing this" (P0847R7)

Vlad Serebrennikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 2 05:57:24 PDT 2023


Endill added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:94-98
+- Implemented `P0847R7: Deducing this <https://wg21.link/P0847R7>`. Some related core issues were also
+  implemented (`CWG2553 <https://wg21.link/CWG2553>`, `CWG2554 <https://wg21.link/CWG2554>`,
+  `CWG2653 <https://wg21.link/CWG2653>`, `CWG2687 <https://wg21.link/CWG2687>`).
+  Because the support for this feature is still experimental, the feature test macro ``__cpp_explicit_this_parameter``
+  was not set in this version.
----------------
aaron.ballman wrote:
> 
Closing words `was not set in this version.` have been lost.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140828/new/

https://reviews.llvm.org/D140828



More information about the cfe-commits mailing list