[PATCH] D55777: [libcxx] Portability fix: add missing includes and static_casts.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Tue Dec 18 13:23:20 PST 2018


mclow.lists added a comment.

Did you run these tests after adding the includes?  
The "poisoned hash" tests fail - because poisoned_hash_helper.hpp now includes various hash specializations.
In fact, it causes clang to crash (I've reported PR 40093 for that).
I'll remove the changes to "poisoned_hash_helper.hpp" and see what happens.


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

https://reviews.llvm.org/D55777





More information about the libcxx-commits mailing list