[libc++] Fix an accidental assignment within assert() that should have been equality.
Fixes MSVC "warning C4706: assignment within conditional expression".
Differential D19565
[libc++] Fix an accidental assignment within assert() that should have been equality. Authored by STL_MSFT on Apr 26 2016, 3:43 PM.
Details
[libc++] Fix an accidental assignment within assert() that should have been equality. Fixes MSVC "warning C4706: assignment within conditional expression".
Diff Detail |