noexcept usage fixed
thread_t renamed to named_thread_t
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ namespace fs
|
||||
|
||||
struct file final
|
||||
{
|
||||
using handle_type = intptr_t;
|
||||
using handle_type = std::intptr_t;
|
||||
|
||||
static const handle_type null = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user