Merge pull request #11744 from webgeek1234/master
Android NDK R22 Build Fix
This commit is contained in:
commit
4d0ab477d0
|
@ -304,7 +304,6 @@ public:
|
|||
size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); }
|
||||
size_type max_size(int size) const { return static_cast<size_type>(-1) / size; }
|
||||
|
||||
void setAllocator(TPoolAllocator* a) { allocator = *a; }
|
||||
TPoolAllocator& getAllocator() const { return allocator; }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue