Fix for msvc
This commit is contained in:
parent
23b0b57d08
commit
bda3e2b169
@ -334,7 +334,7 @@ namespace detail {
|
||||
return static_cast<unsigned long long>(t);
|
||||
}
|
||||
template<typename T>
|
||||
unsigned long long to_uintptr(T t) {
|
||||
uintptr_t to_uintptr(T t) {
|
||||
return static_cast<uintptr_t>(t);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user