質問編集履歴
1
非推奨enumを置換
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
|
79
79
|
// プールから未使用アイテムを取得もしくは新規作成
|
80
80
|
|
81
|
-
auto top = pool.load(memory_order_c
|
81
|
+
auto top = pool.load(memory_order_acquire);
|
82
82
|
|
83
83
|
Item* next;
|
84
84
|
|