[PATCH] D55366: [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.end() .

Andrey Maksimov via Phabricator reviews at reviews.llvm.org
Thu Dec 6 10:54:03 PST 2018


amakc11 added a comment.

In D55366#1321692 <https://reviews.llvm.org/D55366#1321692>, @mclow.lists wrote:

> Yes, but that's just true for libc++. Other library maintainers use these tests, too.


It is also true for GNU libstdc++ <https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/array#L101>.


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

https://reviews.llvm.org/D55366





More information about the libcxx-commits mailing list