mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 16:45:32 +01:00
When using fmt with C++20 modules under MSVC, it can end up requiring certain things to have storage that would not otherwise have needed to. Since I didn't see anything that was already doing detection for `inline constexpr` variable support, I've just moved the entire thing into the only function where it's used.