[clang] [Clang][C++26] Implement P3865R1 - CTAD for type template template parameters (PR #191409)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 11 20:19:04 PDT 2026


================
@@ -127,6 +127,8 @@ C++ Language Changes
 C++2c Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
 
+- Implemented `P3865R1 <https://wg21.link/P3865R1>`_ CTAD for type template template parameters.
----------------
zyn0217 wrote:

If this is implemented as a DR shouldn't we put it under DR supports section?

I'm not very familiar with the committee preferences here, just curious :)

https://github.com/llvm/llvm-project/pull/191409


More information about the cfe-commits mailing list