Workaround for Clang: move bless to its own header file

This commit is contained in:
oltolm
2023-08-19 12:30:46 +02:00
committed by GitHub
parent f1d9e89418
commit 373e502501
6 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "util/types.hpp"
#include "util/atomic.hpp"
#include "util/asm.hpp"
#include "util/bless.hpp"
//! Simple unshrinkable array base for concurrent access. Only growths automatically.
//! There is no way to know the current size. The smaller index is, the faster it's accessed.