Skip to content

Update to fmt 11.0.2

Johan Seland requested to merge feature/johan.seland/fmt_11.0.2 into master

This makes OpenVDS combileable with Visual Studio 2022 17.11. This version of Visual Studio triggers errors due to the use of (nonstandard) checked iterators. Consequently, use of these were removed in later versions of fmt.

Merge request reports