mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Change getAllocator() to allocator() in ThreadPoolDevice.
This commit is contained in:
@@ -281,7 +281,7 @@ struct ThreadPoolDevice {
|
||||
ThreadPoolInterface* getPool() const { return pool_; }
|
||||
|
||||
// Allocator accessor.
|
||||
Allocator* getAllocator() const { return allocator_; }
|
||||
Allocator* allocator() const { return allocator_; }
|
||||
|
||||
private:
|
||||
ThreadPoolInterface* pool_;
|
||||
|
||||
Reference in New Issue
Block a user