[PATCH] D32727: [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated".

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 01:06:51 PDT 2017


EricWF accepted this revision.
EricWF added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/std/iterators/stream.iterators/istream.iterator/types.pass.cpp:42
 #include <string>
 
 int main()
----------------
Needs `#include "test_macros.h"`


================
Comment at: test/std/iterators/stream.iterators/ostream.iterator/types.pass.cpp:25
 #include <type_traits>
 
 int main()
----------------
Needs `#include "test_macros.h"`


================
Comment at: test/std/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp:26
 #include <type_traits>
 
 int main()
----------------
Needs `#include "test_macros.h"`


https://reviews.llvm.org/D32727





More information about the cfe-commits mailing list