commit | fbf4703f3de7fbdbd8388e946bd71c3b760b174c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 17 12:27:34 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 18 10:25:59 2023 -0500 |
tree | b5d9673c06d8fbe858c50d8b2db01d954983e32b | |
parent | 45b3537af544a1f15a55591fbd3c9f0bb8713e1b [diff] |
use std::format instead of fmt::format The std::format is sufficient for the uses in this repository except for in one file (override_fan_target.cpp, since P2286 isn't supported by GCC yet). Switch to std::format whenever possible. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2576fb530a4d7ce238e1b0bd95b40b476ec2107