Andreas Reischuck f7033da09e
Avoid include locale inline if C++20 modules are enabled (#4451)
MSVC hints with:
```
fmt\include\fmt\format-inl.h(26): warning C5244: '#include <locale>' in the purview of module 'fmt' appears erroneous.  Consider moving that directive before the module declaration, or replace the textual inclusion with 'import <locale>;'.
```

Then fails the build with `type redefinition`.
2025-05-21 17:18:18 -07:00
..
args.h Allow getting size of dynamic format arg store (#4270) 2024-12-18 19:54:35 -08:00
base.h Fix some typos in comments (#4448) 2025-05-15 06:28:14 -07:00
chrono.h Remove some redundant consts (#4445) 2025-05-12 10:41:58 -07:00
color.h Apply coding conventions and use constexpr 2025-03-02 09:03:06 -08:00
compile.h Simplify implementation of operator""_cf (#4349) 2025-02-14 02:02:09 -08:00
core.h Update core.h 2024-01-10 06:57:22 -08:00
format-inl.h Avoid include locale inline if C++20 modules are enabled (#4451) 2025-05-21 17:18:18 -07:00
format.h Give useful error when misusing fmt::ptr. (#4453) 2025-05-20 12:21:06 -07:00
os.h Module linkage fixes for shared build (#4169) 2024-09-26 07:53:55 -07:00
ostream.h Fix some typos in comments (#4448) 2025-05-15 06:28:14 -07:00
printf.h Module linkage fixes for shared build (#4169) 2024-09-26 07:53:55 -07:00
ranges.h Remove some redundant consts (#4445) 2025-05-12 10:41:58 -07:00
std.h Remove some redundant consts (#4445) 2025-05-12 10:41:58 -07:00
xchar.h Make template parameter order consistent 2025-05-04 15:23:48 -07:00