================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to