Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as https...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 27 Feb 2019 02:58:56 +0000 (02:58 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 27 Feb 2019 02:58:56 +0000 (02:58 +0000)
commit7d3986ea30111015565a3e56530e31aad82dfb6f
tree8c6b81a15940ea43c3501ac52a838f351e3929ca
parentcba6eda15525e8571fcfc874b3496fd3b5ca8ad2
Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as https://reviews.llvm.org/D58642

llvm-svn: 354950
libcxx/include/iterator
libcxx/test/std/iterators/iterator.container/size.pass.cpp
libcxx/test/std/iterators/iterator.container/ssize.pass.cpp [new file with mode: 0644]