[libcxx-commits] [PATCH] D106287: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 10:33:00 PDT 2021


ldionne updated this revision to Diff 359839.
ldionne added a comment.

Fix a few failures with [[nodiscard]] interaction


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106287

Files:
  libcxx/docs/Contributing.rst
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/erase_if_container.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/empty_view.h
  libcxx/include/__ranges/ref_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__ranges/view_interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106287.359839.patch
Type: text/x-patch
Size: 41479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210719/75a77fba/attachment-0001.bin>


More information about the libcxx-commits mailing list