Move formatbuf to ostream.h

This commit is contained in:
Victor Zverovich
2023-12-23 15:00:28 -08:00
parent 86f2ec5de7
commit fc0f84d290
3 changed files with 32 additions and 33 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <ostream>
#include <type_traits>
#include "format.h"
#include "ostream.h" // formatbuf
FMT_BEGIN_NAMESPACE