llvm-project/libcxx/test/std/iterators/stream.iterators
Stephan T. Lavavej 40608ce4c9 [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated".
In C++17, these iterators are allowed but not required
to inherit from the deprecated std::iterator base class.

Fixes D32727.

llvm-svn: 302318
2017-05-05 23:01:38 +00:00
..
istream.iterator [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". 2017-05-05 23:01:38 +00:00
istreambuf.iterator Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. 2016-10-10 14:10:45 +00:00
iterator.range
ostream.iterator [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". 2017-05-05 23:01:38 +00:00
ostreambuf.iterator [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". 2017-05-05 23:01:38 +00:00
nothing_to_do.pass.cpp