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

Andrey Maksimov via Phabricator reviews at reviews.llvm.org
Wed Nov 21 10:59:21 PST 2018


amakc11 added a comment.

My intention was to be consistent with the `#if TEST_STD_VER >= 11` segment of the test, which does not introduce any `typedef` in the similar context. Should I change both?


Repository:
  rCXX libc++

https://reviews.llvm.org/D54806





More information about the libcxx-commits mailing list