llvm-project/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator
Marshall Clow c44a727ee4 Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful.
llvm-svn: 303675
2017-05-23 18:55:32 +00:00
..
istreambuf.iterator.cons Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
istreambuf.iterator_equal 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
istreambuf.iterator_op!= 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
istreambuf.iterator_op++
istreambuf.iterator_op== 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
istreambuf.iterator_op_astrk Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. 2017-05-23 18:55:32 +00:00
istreambuf.iterator_proxy
types.pass.cpp Make instreambuf.iterator/types.pass.cpp more portable. 2016-06-30 04:31:09 +00:00