[PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.

Andrey Maksimov via Phabricator reviews at reviews.llvm.org
Wed Nov 21 12:21:03 PST 2018


amakc11 added a comment.

In https://reviews.llvm.org/D54806#1305601, @ldionne wrote:

> However, I don't this SCARY iterators are actually required by the standard (am I wrong?).


You are right: SCARY iterators are permitted but not required by the standard. Thanks for the tests list.


https://reviews.llvm.org/D54806





More information about the libcxx-commits mailing list