mirror of
https://github.com/zeldaret/botw
synced 2026-08-18 21:27:36 -04:00
ksys/util: Fix C++17 compliance in FixedString
Lambda expressions cannot appear in a template argument pre-C++20.
This commit is contained in:
Lambda expressions cannot appear in a template argument pre-C++20.