mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-06 23:30:29 +00:00
Fix more linkage errors (#2011)
This commit is contained in:
parent
d1ef29d679
commit
cd3003683d
@ -388,7 +388,7 @@ class ostream final : private detail::buffer<char> {
|
||||
clear();
|
||||
}
|
||||
|
||||
void grow(size_t) final;
|
||||
FMT_API void grow(size_t) override final;
|
||||
|
||||
ostream(cstring_view path, const detail::ostream_params& params)
|
||||
: file_(path, params.oflag) {
|
||||
|
Loading…
Reference in New Issue
Block a user