mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-29 05:40:05 +01:00
Add override to grow
This commit is contained in:
@@ -622,7 +622,7 @@ class basic_memory_buffer : public detail::buffer<T> {
|
||||
}
|
||||
|
||||
protected:
|
||||
void grow(size_t size) final;
|
||||
void grow(size_t size) final FMT_OVERRIDE;
|
||||
|
||||
public:
|
||||
using value_type = T;
|
||||
|
||||
Reference in New Issue
Block a user