Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)

This commit is contained in:
frosch
2025-04-08 20:57:50 +00:00
committed by GitHub
parent 5b9d171e63
commit 04246c530f
14 changed files with 8 additions and 43 deletions
-3
View File
@@ -17,9 +17,6 @@
#include "table/control_codes.h"
#include <sstream>
#include <iomanip>
#ifdef _MSC_VER
# define strncasecmp strnicmp
#endif