diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-06-30 04:40:50 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-06-30 04:40:50 +0000 |
commit | 8892b4eef075711944520e3f24df2464125591ed (patch) | |
tree | 6f70c8ac514dcb449efd211685136970ed86591b /lldb/packages/Python/lldbsuite/test/lock.py | |
parent | bc56e3ba533f48b440c6a079f012665d9b813d2f (diff) | |
download | bcm5719-llvm-8892b4eef075711944520e3f24df2464125591ed.tar.gz bcm5719-llvm-8892b4eef075711944520e3f24df2464125591ed.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lock.py')
0 files changed, 0 insertions, 0 deletions