Always use struct

This commit is contained in:
2025-08-23 06:10:55 -04:00
parent b86cf3680e
commit 4af5e0423e
14 changed files with 56 additions and 41 deletions

View File

@@ -83,7 +83,7 @@
* @warning Do not share ArenaAllocator instances between threads. Use separate
* instances per thread or per logical unit of work.
*/
class ArenaAllocator {
struct ArenaAllocator {
private:
/**
* @brief Internal block structure for the intrusive linked list.