mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
Change getAllocator() to allocator() in ThreadPoolDevice.
This commit is contained in:
parent
d4afccde5a
commit
385f7b8d0c
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user