[libcxx-commits] [PATCH] D102121: [libcxx][ranges] adds _`non-propagating-cache`_

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 17 10:51:31 PDT 2021


cjdb updated this revision to Diff 352789.
cjdb added a comment.

- fixes header
- ensures that `__non_propagating_cache` is derived from `std::optional` when it's in cache mode


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102121/new/

https://reviews.llvm.org/D102121

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/non_propagating_cache.h
  libcxx/include/module.modulemap
  libcxx/test/libcxx/ranges/range.nonprop.cache/cache_disabled.compile.pass.cpp
  libcxx/test/libcxx/ranges/range.nonprop.cache/copy_assign.pass.cpp
  libcxx/test/libcxx/ranges/range.nonprop.cache/copy_ctor.pass.cpp
  libcxx/test/libcxx/ranges/range.nonprop.cache/derived_from_optional.compile.pass.cpp
  libcxx/test/libcxx/ranges/range.nonprop.cache/move_assign.pass.cpp
  libcxx/test/libcxx/ranges/range.nonprop.cache/move_ctor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102121.352789.patch
Type: text/x-patch
Size: 11534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210617/6a8c9dae/attachment-0001.bin>


More information about the libcxx-commits mailing list