[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
================
@@ -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);
----------------
mordante wrote:
Actually here we should use the non-ugly names as used in the Standard's synopsis.
https://github.com/llvm/llvm-project/pull/76540
More information about the libcxx-commits
mailing list