summaryrefslogtreecommitdiff
path: root/src/KingSystem/Utils/FixedString.h
AgeCommit message (Collapse)Author
2021-11-01ksys/util: Fix C++17 compliance in FixedStringLéo Lam
Lambda expressions cannot appear in a template argument pre-C++20.
2020-09-18ksys/utils: Add FixedString for light constexpr string manipulationLéo Lam