[libcxx-commits] [PATCH] D107932: [libc++] Do not require movability in __non_propagating_cache::__emplace_deref
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 17 08:33:00 PDT 2021
This revision was automatically updated to reflect the committed changes.
ldionne marked an inline comment as done.
Closed by commit rGceff0b7258ae: [libc++] Do not require movability in __non_propagating_cache::__emplace_deref (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107932/new/
https://reviews.llvm.org/D107932
Files:
libcxx/include/__ranges/drop_view.h
libcxx/include/__ranges/join_view.h
libcxx/include/__ranges/non_propagating_cache.h
libcxx/include/__ranges/reverse_view.h
libcxx/test/libcxx/ranges/range.nonprop.cache/assign.copy.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/assign.move.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/ctor.copy.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/ctor.move.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/deref.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/emplace.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/emplace_from.pass.cpp
libcxx/test/libcxx/ranges/range.nonprop.cache/has_value.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107932.366910.patch
Type: text/x-patch
Size: 14059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210817/53d30ba7/attachment-0001.bin>
More information about the libcxx-commits
mailing list