c++-ify empty return
This commit is contained in:
+1
-1
@@ -522,7 +522,7 @@ class named_thread final : public Context, result_storage<Context>, thread_base
|
||||
return next(thread_ctrl::get_current());
|
||||
}
|
||||
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user