mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 05:56:33 -05:00
thread_queue_list: Convert typedef to a type alias
This commit is contained in:
@@ -16,7 +16,7 @@ struct ThreadQueueList {
|
||||
// (dynamically resizable) circular buffers to remove their overhead when
|
||||
// inserting and popping.
|
||||
|
||||
typedef unsigned int Priority;
|
||||
using Priority = unsigned int;
|
||||
|
||||
// Number of priority levels. (Valid levels are [0..NUM_QUEUES).)
|
||||
static const Priority NUM_QUEUES = N;
|
||||
|
Reference in New Issue
Block a user