mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 15:35:18 +00:00
Fix a comment
This commit is contained in:
parent
744ff55549
commit
7a2f6ac210
@ -920,7 +920,7 @@ class basic_memory_buffer final : public detail::buffer<T> {
|
||||
private:
|
||||
T store_[SIZE];
|
||||
|
||||
// Don't inherit from Allocator avoid generating type_info for it.
|
||||
// Don't inherit from Allocator to avoid generating type_info for it.
|
||||
FMT_NO_UNIQUE_ADDRESS Allocator alloc_;
|
||||
|
||||
// Deallocate memory allocated by the buffer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user