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/predef.iterators
Eric Fiselier c848cefa27 Fix ::reference typedef in insert iterators.
Since at least the C++11 standard insert iterators are specified
as having ::reference typedef void. Libc++ was not doing that.
This patch corrects the typedef.

This patch changes the std::iterator base class of insert_iterator,
front_insert_iterator and back_insert_iterator. This should not
be an ABI breaking change.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274209 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
insert.iterators Fix ::reference typedef in insert iterators. 9 years ago
move.iterators Fix LWG issue #2106: move_iterators returning prvalues 10 years ago
reverse.iterators Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago