Skip to content

Commit 273095e

Browse files
[memory.syn] Index allocation_result and its members
1 parent d299950 commit 273095e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/memory.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@
162162
template<class Alloc> struct allocator_traits; // freestanding
163163

164164
template<class Pointer, class SizeType = size_t>
165-
struct allocation_result { // freestanding
166-
Pointer ptr;
167-
SizeType count;
165+
struct @\libglobal{allocation_result}@ { // freestanding
166+
Pointer @\libmember{ptr}{allocation_result}@;
167+
SizeType @\libmember{count}{allocation_result}@;
168168
};
169169

170170
// \ref{default.allocator}, the default allocator

0 commit comments

Comments
 (0)