[PATCH] D21874: [libcxx] [test] std::array's iterators aren't guaranteed to be pointers.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 22:01:51 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

I committed a similar change in r274210. It changes the asserts to LIBCPP_STATIC_ASSERT but it also adds additional tests that the iterators provide the correct typedefs and tags.


http://reviews.llvm.org/D21874





More information about the cfe-commits mailing list