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