[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant".
The expressions 1 == 1 and true have the same type, value category, and value.
Differential D32924
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". STL_MSFT on May 5 2017, 3:03 PM. Authored by
Details
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant". The expressions 1 == 1 and true have the same type, value category, and value.
Diff Detail |