This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix an accidental assignment within assert() that should have been equality.
ClosedPublic

Authored by STL_MSFT on Apr 26 2016, 3:43 PM.

Details

Summary

[libc++] Fix an accidental assignment within assert() that should have been equality.

Fixes MSVC "warning C4706: assignment within conditional expression".

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 55113.Apr 26 2016, 3:43 PM
STL_MSFT retitled this revision from to [libc++] Fix an accidental assignment within assert() that should have been equality..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
mclow.lists accepted this revision.Apr 26 2016, 6:44 PM
mclow.lists edited edge metadata.

Whoops! LGTM.

This revision is now accepted and ready to land.Apr 26 2016, 6:44 PM
mclow.lists closed this revision.Apr 26 2016, 6:52 PM

Committed as revision 267654.