[libcxx-commits] [PATCH] D61869: Fix PR41843 - std::is_base_of should give correct result for incomplete unions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 14 13:28:08 PDT 2019


ldionne added a comment.

In D61869#1500407 <https://reviews.llvm.org/D61869#1500407>, @mclow.lists wrote:

> an alternate approach would be to add an entirely new test, and XFAIL it for the compilers in question.


I have a slight preference for an `XFAIL`ed test, but you can do whatever. Thanks for adding a test.


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

https://reviews.llvm.org/D61869





More information about the libcxx-commits mailing list