================
@@ -183,6 +183,8 @@ C++ Language Changes
 
 C++20 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
+- Implemented `P1907R1 <https://wg21.link/P1907R1>` which extends allowed 
non-type template argument
+  kinds with e.g. floating point values and pointers and references to 
subobjects.
----------------
cor3ntin wrote:

```suggestion
  kinds with e.g. floating point values and pointers and references to 
subobjects.
  This feature is still experimental. Accordingly, 
`__cpp_nontype_template_args` was not updated.
```

https://github.com/llvm/llvm-project/pull/78041
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to