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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 19 deletions

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.