[PATCH] D28592: [libcxx] [test] Fix MSVC warning C4127 "conditional expression is constant".

Stephan T. Lavavej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 16:30:35 PST 2017


STL_MSFT abandoned this revision.
STL_MSFT added a comment.

Actually, this pattern annoys "warning C6326: Potential comparison of a constant with another constant." from /analyze. I'll figure out a better fix, probably with integral_constant.


https://reviews.llvm.org/D28592





More information about the cfe-commits mailing list