Codechange: Compile fmt internals in a separate translation unit (#13527)

Instead of defining FMT_HEADER_ONLY to include fmt internals
in the headers included by all fmt-using translation units.
This commit is contained in:
Jonathan G Rennison
2025-02-11 19:11:50 +00:00
committed by GitHub
parent cf05b6c2f8
commit 23dc393822
8 changed files with 53 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
#include <shlobj.h> /* SHGetFolderPath */
#include <shellapi.h>
#include <winnls.h>
#include <io.h>
#include "win32.h"
#include "../../fios.h"
#include "../../core/alloc_func.hpp"