[libcxx-commits] [libcxx] [libcxx] renames some template type parameters (PR #76540)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 29 08:42:48 PST 2023


================
@@ -844,7 +844,7 @@ void __async_assoc_state<_Rp, _Func>::__execute() {
 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
 }
 
-template <class _Rp, class w_Func>
+template <class _Rp, class _Func>
----------------
mordante wrote:

Interesting this worked at all :-/ likewise for the other.

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


More information about the libcxx-commits mailing list