update fmtlib to version 7.1.3
This commit is contained in:
committed by
Richard Berger
parent
2868f37304
commit
82703e5bac
@ -315,7 +315,7 @@ long getpagesize() {
|
||||
# endif
|
||||
}
|
||||
|
||||
void ostream::grow(size_t) {
|
||||
FMT_API void ostream::grow(size_t) {
|
||||
if (this->size() == this->capacity()) flush();
|
||||
}
|
||||
#endif // FMT_USE_FCNTL
|
||||
|
||||
Reference in New Issue
Block a user