Rework reverse_iterator::operator[] so as not to use the base iterators operator...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 5 Mar 2015 16:07:37 +0000 (16:07 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 5 Mar 2015 16:07:37 +0000 (16:07 +0000)
commit10b33a266258e1075a45df445f5b8f71b7ea514d
tree6571328a131932493b685842bb8d115b1d766213
parent8d0851f509bfd63180ba2d96c9028cb54b30c595
Rework reverse_iterator::operator[] so as not to use the base iterators operator [], which can cause constness problems. Fixes PR17883

llvm-svn: 231375
libcxx/include/iterator