mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 17:18:55 +00:00
Add a value_type typedef to SmallVector, to make it more compatible with STL adapters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b12ab4519
commit
0c5a560b03
@ -90,6 +90,7 @@ public:
|
||||
}
|
||||
|
||||
typedef size_t size_type;
|
||||
typedef T value_type;
|
||||
typedef T* iterator;
|
||||
typedef const T* const_iterator;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user