[libcxx-commits] [libcxx] [libc++] Reland LWG2921 and LWG2976 (PR #107960)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 10 06:10:30 PDT 2024


================
@@ -1460,8 +1460,10 @@ public:
   _LIBCPP_HIDE_FROM_ABI __packaged_task_function() _NOEXCEPT : __f_(nullptr) {}
   template <class _Fp>
   _LIBCPP_HIDE_FROM_ABI __packaged_task_function(_Fp&& __f);
+#  if _LIBCPP_STD_VER <= 14
----------------
frederick-vs-ja wrote:

Done.

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


More information about the libcxx-commits mailing list