STL_MSFT closed this revision.
STL_MSFT added a comment.
Committed, with a follow-up to use the C1XX macro.
https://reviews.llvm.org/D45594
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
This would have been fine for post-commit review.
https://reviews.llvm.org/D45594
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://
STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
[libcxx] [test] Silence MSVC warning C4146.
This test code triggers the MSVC warning:
"unary minus operator applied to unsigned type, result still unsigned"
Although it would be possible to change the test code to av