llvm-project/libcxx/test/std/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
..
iterator.container Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
iterator.primitives Void cast runtime-unused variables. Patch from STL@microsoft.com 2016-05-02 19:15:48 +00:00
iterator.range Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
iterator.requirements
iterator.synopsis
iterators.general [libcxx] Make __wrap_iter work with gcc. 2015-01-27 19:27:39 +00:00
predef.iterators Fix ::reference typedef in insert iterators. 2016-06-30 04:40:50 +00:00
stream.iterators Make instreambuf.iterator/types.pass.cpp more portable. 2016-06-30 04:31:09 +00:00