refactor(furvm): expose context thing allocator

Refs: #12
This commit is contained in:
2026-06-19 14:15:05 +02:00
parent f14f3854e2
commit 5a1b7c5aa6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -92,6 +92,8 @@ public:
auto erase_thing(Args&&... args) {
return m_things.erase(std::forward<Args>(args)...);
}
thing_allocator<std::byte> thing_alloc() const { return m_thingAllocator; }
public:
/**
* @brief Removes unreferenced things from the thing list.