This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2
ClosedPublic

Authored by iid_iunknown on Sep 23 2016, 1:45 PM.

Details

Summary

This patch fixes a couple of typos that cause compilation errors when application includes <unordered_map> and enables the libc++'s debugging capabilities.

Diff Detail

Repository
rL LLVM

Event Timeline

iid_iunknown retitled this revision from to [libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2.
iid_iunknown updated this object.
iid_iunknown added a reviewer: EricWF.
iid_iunknown set the repository for this revision to rL LLVM.
iid_iunknown added a subscriber: llvm-commits.
EricWF accepted this revision.Sep 23 2016, 10:28 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Sep 23 2016, 10:28 PM

Thanks for reviewing this, Eric!

iid_iunknown closed this revision.Sep 26 2016, 2:48 PM
This revision was automatically updated to reflect the committed changes.