mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49: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_; }
|
ThreadPoolInterface* getPool() const { return pool_; }
|
||||||
|
|
||||||
// Allocator accessor.
|
// Allocator accessor.
|
||||||
Allocator* getAllocator() const { return allocator_; }
|
Allocator* allocator() const { return allocator_; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ThreadPoolInterface* pool_;
|
ThreadPoolInterface* pool_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user