[libcxx-commits] [libcxx] [libc++] Implement `std::function_ref` (PR #186692)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 13 01:43:58 PDT 2026
================
@@ -89,6 +89,11 @@ export namespace std {
using std::in_place_index;
using std::in_place_index_t;
+#if _LIBCPP_STD_VER >= 26
+ using std::constant_wrapper;
----------------
huixie90 wrote:
https://github.com/llvm/llvm-project/pull/202038
https://github.com/llvm/llvm-project/pull/186692
More information about the libcxx-commits
mailing list