We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1353359 commit 77d1b66Copy full SHA for 77d1b66
source/memory.tex
@@ -104,9 +104,7 @@
104
size_t n) noexcept;
105
106
// \ref{allocator.tag}, allocator argument tag
107
- struct allocator_arg_t { // freestanding
108
- explicit allocator_arg_t() = default; // freestanding
109
- };
+ struct allocator_arg_t { explicit allocator_arg_t() = default; }; // freestanding
110
inline constexpr allocator_arg_t allocator_arg{}; // freestanding
111
112
// \ref{allocator.uses}, \tcode{uses_allocator}
0 commit comments