[clang] [Clang] Constexpr Structured Bindings : The easy parts (PR #160337)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 01:31:37 PDT 2025
================
@@ -141,6 +141,10 @@ C++ Language Changes
C++2c Feature Support
^^^^^^^^^^^^^^^^^^^^^
+- Started the implementation of `P2686R5 <https://wg21.link/P2686R5>`_ Constexpr structured bindings.
+ At this timem, references to constexpr and decomposition of *tuple-like* types are not supported
----------------
fewizz wrote:
typo: timem
https://github.com/llvm/llvm-project/pull/160337
More information about the cfe-commits
mailing list