You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/iterators/stream.iterators/istreambuf.iterator
Benjamin Kramer 5384fd8538 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@315809 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
istreambuf.iterator.cons Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 7 years ago
istreambuf.iterator_equal Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. 8 years ago
istreambuf.iterator_op!= Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. 8 years ago
istreambuf.iterator_op++ Move test into test/std subdirectory. 10 years ago
istreambuf.iterator_op== Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. 8 years ago
istreambuf.iterator_op_astrk Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. 8 years ago
istreambuf.iterator_proxy Move test into test/std subdirectory. 10 years ago
types.pass.cpp Make instreambuf.iterator/types.pass.cpp more portable. 9 years ago