direct_buffered_file -> ostream

This commit is contained in:
Victor Zverovich
2020-07-11 17:29:17 -07:00
parent e1bfb59619
commit 415cd51913
3 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ long getpagesize() {
# endif
}
void direct_buffered_file::grow(size_t) {
void ostream::grow(size_t) {
if (this->size() == BUFSIZ) flush();
}
#endif // FMT_USE_FCNTL