Skip to content

Commit 77d1b66

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[memory.syn] Remove redundant freestanding mark for members
Making `allocator_arg_t` shown like `from_range_t` in [ranges.syn].
1 parent 1353359 commit 77d1b66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/memory.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
size_t n) noexcept;
105105

106106
// \ref{allocator.tag}, allocator argument tag
107-
struct allocator_arg_t { // freestanding
108-
explicit allocator_arg_t() = default; // freestanding
109-
};
107+
struct allocator_arg_t { explicit allocator_arg_t() = default; }; // freestanding
110108
inline constexpr allocator_arg_t allocator_arg{}; // freestanding
111109

112110
// \ref{allocator.uses}, \tcode{uses_allocator}

0 commit comments

Comments
 (0)