Fix a comment

This commit is contained in:
Victor Zverovich 2023-08-07 09:33:45 -07:00
parent 744ff55549
commit 7a2f6ac210

View File

@ -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.