Explorar o código

thread_queue_list: Convert typedef to a type alias

Lioncash %!s(int64=8) %!d(string=hai) anos
pai
achega
55c73e10a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/thread_queue_list.h

+ 1 - 1
src/common/thread_queue_list.h

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