OSDN Git Service

Recommit r334887: [SmallSet] Add SmallSetIterator.
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 17 Jul 2018 15:24:19 +0000 (15:24 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 17 Jul 2018 15:24:19 +0000 (15:24 +0000)
commita5d63899381b73cab168e67c65c806736869f2f2
tree619de22c4c4423100b4c64961c97c98a0669719e
parent87d8be53fdd697b866af2e809b54329a0e6d2c6a
Recommit r334887: [SmallSet] Add SmallSetIterator.

Spell out destructor, copy/move constructor and assignment operators for
MSVC STL, where set<T>::const_iterator is not trivially copy constructible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337292 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallSet.h
unittests/ADT/SmallSetTest.cpp