fix
This commit is contained in:
@@ -50,7 +50,7 @@ void set_last_error_code(int error_code);
|
|||||||
|
|
||||||
// template implementations
|
// template implementations
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
template <typename t>
|
template <typename thread_t>
|
||||||
[[nodiscard]] auto convert_to_uint64(const thread_t *thread_ptr)
|
[[nodiscard]] auto convert_to_uint64(const thread_t *thread_ptr)
|
||||||
-> std::uint64_t {
|
-> std::uint64_t {
|
||||||
return static_cast<std::uint64_t>(
|
return static_cast<std::uint64_t>(
|
||||||
|
Reference in New Issue
Block a user