diff --git a/include/xo/alloc/Object.hpp b/include/xo/alloc/Object.hpp index f16dd6ac..73a60edd 100644 --- a/include/xo/alloc/Object.hpp +++ b/include/xo/alloc/Object.hpp @@ -97,6 +97,8 @@ namespace xo { /** memory allocator for objects. Likely this will be a GC instance, * but simple arena also supported. + * + * Load-bearing for .assign_member() **/ static gc::IAlloc * mm;