[libcxx-commits] [PATCH] D59166: Remove exception throwing debug mode handler support.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 14 17:21:17 PDT 2019


mclow.lists requested changes to this revision.
mclow.lists added a comment.

I have marked test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp and libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp because I marked `operator[]` and `front` and `back` as noexcept.

These tests need to be un-XFAIL-ed when they are rewritten.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D59166





More information about the libcxx-commits mailing list