diff --git a/source/memory.tex b/source/memory.tex index 4b3d168212..5b754700d6 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -162,9 +162,9 @@ template struct allocator_traits; // freestanding template - struct allocation_result { // freestanding - Pointer ptr; - SizeType count; + struct @\libglobal{allocation_result}@ { // freestanding + Pointer @\libmember{ptr}{allocation_result}@; + SizeType @\libmember{count}{allocation_result}@; }; // \ref{default.allocator}, the default allocator