mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-24 12:35:00 +08:00
This replaces the `std::get` call with an unqualified equivalent to allow it to be treated as a dependent call. ranges.h needs std::get overloads from `<tuple>` but does not directly include it. This causes compilation failures in MSVC with /permissive-. On other platforms `<tuple>` is included as a dependency from other headers (specifically from `<memory>`), but there is no such implicit dependency in MSVC's STL. Fixes #2401 |
||
|---|---|---|
| .. | ||
| fmt | ||