llvm-project/libcxx/test/std/iterators/predef.iterators
Eric Fiselier 8892b4eef0 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.

llvm-svn: 274209
2016-06-30 04:40:50 +00:00
..
insert.iterators Fix ::reference typedef in insert iterators. 2016-06-30 04:40:50 +00:00
move.iterators Fix LWG issue #2106: move_iterators returning prvalues 2016-04-22 00:49:12 +00:00
reverse.iterators Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
nothing_to_do.pass.cpp