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

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 1 15:34:09 PDT 2024


================
@@ -9,12 +9,11 @@
 // <thread>
 
 // class thread
-//     template <class _Fp, class ..._Args,
-//         explicit thread(_Fp&& __f, _Args&&... __args);
+//     template <class _Func, class ..._Args,
+//         explicit thread(_Func&& __f, _Args&&... __args);
----------------
var-const wrote:

+1 -- it's a preexisting issue, but I think we previously agreed that when copying from synopsis, we should just do a direct copy-paste without adjusting any names or formatting. I'm ok with the change (IMO fixing it is out of scope for this patch) or with simply not touching this file.

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


More information about the libcxx-commits mailing list