update fmtlib to version 7.1.3

This commit is contained in:
Axel Kohlmeyer
2020-11-25 14:22:41 -05:00
committed by Richard Berger
parent 2868f37304
commit 82703e5bac
6 changed files with 15 additions and 20 deletions

View File

@ -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