[libcxx-commits] [PATCH] D131898: [libc++] Implement P0591R4 (Utility functions to implement uses-allocator construction)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 6 09:38:57 PDT 2022
philnik added inline comments.
================
Comment at: libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp:56
assert((P.checkConstruct<std::piecewise_construct_t const&,
std::tuple<std::allocator_arg_t, SA&>&&,
std::tuple<SA&>&&
----------------
ldionne wrote:
> Would it be valid to pass it as a `const&` before C++20?
I'll look into that after this patch. If it's the case I'll create a follow-up to fix the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131898/new/
https://reviews.llvm.org/D131898
More information about the libcxx-commits
mailing list