[libcxx-commits] [PATCH] D62233: General shared_ptr cleanup

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 22 08:33:03 PDT 2019


mclow.lists added a comment.

> remove _LIBCPP_HAS_NO_VARIADICS. I don't think it is necessary, but I can add it back if it is.

Are you running the tests with -std=c++03?, because that's where `_LIBCPP_HAS_NO_VARIADICS` gets set.


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

https://reviews.llvm.org/D62233





More information about the libcxx-commits mailing list