Re: [PATCH] D21583: [libcxx] [test] Make unord.hash/integral.pass.cpp portable.

2016-06-21 Thread Eric Fiselier via cfe-commits
EricWF closed this revision. EricWF added a comment. r273345. http://reviews.llvm.org/D21583 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D21583: [libcxx] [test] Make unord.hash/integral.pass.cpp portable.

2016-06-21 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Make unord.hash/integral.pass.cpp portable. This was assuming identity hashing, which is a non-Standard assumption. Guarding this with LIBCPP_ASSERT makes the test portable.