[ADT] Generalize pointee_iterator to smart pointers by using decltype.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 21:10:35 +0000 (21:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 21:10:35 +0000 (21:10 +0000)
commit01f21349f26fc4765f90dc4b1b9e335bfc2550dc
tree491fcbca20b1385386cb96841fdc10ca31f143b2
parentfda5e19b96afdc33d16b9b006e703d8fe91801fa
[ADT] Generalize pointee_iterator to smart pointers by using decltype.
Based on review feedback from Dave on the original patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207146 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/iterator.h
unittests/Support/IteratorTest.cpp