Always use struct
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user