Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 fmtlib#2401
- Loading branch information