[libcxx-commits] [PATCH] D69286: I implemented the features listed in this document: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0616r0.pdf and built libc++ using ninja without any errors/warnings. I Also ran the test suite it using `lit` and passed all the unit tests.

Fady Farag via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 14 23:36:43 PST 2019


Afadyfarag updated this revision to Diff 229452.
Afadyfarag added a comment.

Implemented P0646R1: Erase-Like Algorithms Should Return size_type.

Removed changes to Library Fundamentals V2, as that is already released. 
Split the Library Fundamentals bits into a new paper to be released when LFv3 opens shop.
Changed the return type from size t to container::size type (as per LEWG request in Toronto).

Reviewers:

  EricWF
  ldionne


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69286

Files:
  libcxx/CMakeLists.txt
  libcxx/include/forward_list
  libcxx/include/numeric

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69286.229452.patch
Type: text/x-patch
Size: 5052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191115/69ef1b10/attachment.bin>


More information about the libcxx-commits mailing list