This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Need to include <string> for its streaming operators.
ClosedPublic

Authored by STL_MSFT on Apr 28 2016, 5:11 PM.

Details

Summary

[libcxx] [test] Need to include <string> for its streaming operators.

Fixes MSVC errors:
"error C2678: binary '>>': no operator found which takes a left-hand operand of type 'std::istrstream' (or there is no acceptable conversion)"
"error C2679: binary '<<': no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)"

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 55509.Apr 28 2016, 5:11 PM
STL_MSFT retitled this revision from to [libcxx] [test] Need to include <string> for its streaming operators..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Apr 28 2016, 5:44 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Apr 28 2016, 5:44 PM
EricWF closed this revision.Apr 28 2016, 5:45 PM

r267959.