c++-ify empty return

This commit is contained in:
kd-11 2024-09-03 12:52:50 +03:00 committed by kd-11
parent 7353696014
commit 7e3b8b5cdb

View File

@ -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