[libcxx-commits] [PATCH] D100881: Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 23 12:19:07 PDT 2021


Quuxplusone added a comment.

> Do you know why the test in std/containers/sequences/vector/iterators.pass.cpp didn't fail before this patch?

IIUYQC, @ldionne, that test //did// fail... but only in `debug_level=1` mode, which we don't buildkite yet. It //is// one of the tests I had to annotate in D100866 <https://reviews.llvm.org/D100866> (but now I won't have to).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100881



More information about the libcxx-commits mailing list