llvm-project/libcxx/test/std/iterators/stream.iterators
Vedant Kumar 50d161ce0f Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests."
This reverts commit r286884, because it breaks the Xcode 7 builders:

  http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/1583

Here is a PR that tracks the issue:
https://llvm.org/bugs/show_bug.cgi?id=31016

llvm-svn: 287004
2016-11-15 18:48:36 +00:00
..
istream.iterator Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." 2016-11-15 18:48:36 +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 Test hijacking ADL for operator& in the stream iterator constructors. 2016-05-17 21:01:20 +00:00
ostreambuf.iterator
nothing_to_do.pass.cpp