Simplified VectorArena to always take an arena and to not support change of capacity
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Romeo
|
||||
|
||||
struct Database
|
||||
{
|
||||
Juliet::VectorArena<FileEntry, 512, true> Entries = {};
|
||||
Juliet::VectorArena<FileEntry, 512> Entries = {};
|
||||
Juliet::Arena* DbArena = nullptr;
|
||||
Juliet::Mutex Mutex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user