This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Include the iterator header for back_inserter.
ClosedPublic

Authored by STL_MSFT on Aug 18 2016, 11:45 AM.

Details

Summary

Code was recently added to this test that uses std::back_inserter. Therefore, the header <iterator> must be included. (MSVC's STL demands this, as we don't otherwise drag in back_inserter.)

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 68584.Aug 18 2016, 11:45 AM
STL_MSFT retitled this revision from to [libcxx] [test] Include the iterator header for back_inserter..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
mclow.lists accepted this revision.Aug 22 2016, 11:53 AM
mclow.lists edited edge metadata.

Committed as revision 279453

This revision is now accepted and ready to land.Aug 22 2016, 11:53 AM
STL_MSFT closed this revision.Sep 30 2016, 4:36 PM

This was checked in ages ago.