mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-09 10:16:52 +08:00
This fixes compiling fmtlib in header-only mode when user code also has something called 'Arg' defined. Now qualifying Arg struct with internal namespace. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| container.h | ||
| format.cc | ||
| format.h | ||
| ostream.cc | ||
| ostream.h | ||
| posix.cc | ||
| posix.h | ||
| printf.cc | ||
| printf.h | ||
| string.h | ||
| time.h | ||