[libcxx-commits] [PATCH] D149830: [libc++][ranges] Implement the changes to node-based containers from P1206 (`ranges::to`):
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 14 20:42:50 PDT 2023
var-const added inline comments.
================
Comment at: libcxx/include/unordered_map:1643
+#if _LIBCPP_STD_VER >= 23
+template <ranges::input_range _Range,
+ class _Hash = hash<__range_key_type<_Range>>,
----------------
ldionne wrote:
> Can you validate whether you tested these `enable_if`s in your deduction guide test? I think you want to add that stuff to `AssociativeContainerDeductionGuidesSfinaeAway`.
Thanks! This exposed a few issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149830/new/
https://reviews.llvm.org/D149830
More information about the libcxx-commits
mailing list