[clang] [Clang][C++23] Implement P2448R2: Relaxing some constexpr restrictions (PR #77753)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 06:23:23 PST 2024
================
@@ -165,6 +165,8 @@ C++23 Feature Support
- Added a separate warning to warn the use of attributes on lambdas as a C++23 extension
in previous language versions: ``-Wc++23-lambda-attributes``.
+- Implemented `P2448R2: Relaxing some constexpr restrictions <https://wg21.link/P2448R2>`_.
+
----------------
cor3ntin wrote:
Can you say that it is implemented as a conforming extension?
We probably should document it in `LanguageExtensions.rst`
The feature macro in clang was already bumped, so that doesn't need change
https://github.com/llvm/llvm-project/pull/77753
More information about the cfe-commits
mailing list