mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-16 23:29:57 +08: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();
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void grow(size_t) final;
|
FMT_API void grow(size_t) override final;
|
||||||
|
|
||||||
ostream(cstring_view path, const detail::ostream_params& params)
|
ostream(cstring_view path, const detail::ostream_params& params)
|
||||||
: file_(path, params.oflag) {
|
: file_(path, params.oflag) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user