mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
size_t -> int
This commit is contained in:
@@ -172,7 +172,7 @@ struct ThreadPoolDevice {
|
||||
pool_->Schedule(func);
|
||||
}
|
||||
|
||||
EIGEN_STRONG_INLINE size_t currentThreadId() const {
|
||||
EIGEN_STRONG_INLINE int currentThreadId() const {
|
||||
return pool_->CurrentThreadId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user