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.)
Details
Details
Diff Detail
Diff Detail
Differential D23685
[libcxx] [test] Include the iterator header for back_inserter. STL_MSFT on Aug 18 2016, 11:45 AM. Authored by
Details
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 |