Commit Graph

7 Commits

Author SHA1 Message Date
A-transformer
93ab57be86 fix type (#66)
fix typo deprecated
2025-03-03 20:28:20 +08:00
Nugine
ab5aa89262 document MSRV (#59) 2025-03-03 16:28:13 +08:00
Lancer
f05d2bf8a7 typo fix (#57)
Co-authored-by: Lancer <maruixiang6688@gmail.com>
2025-03-03 16:11:10 +08:00
胡玮文
34612f3b4f explicit down cast (#46)
Newer clang does not allow down cast with brace initialization. Replace them with C-style cast.
2025-03-03 08:44:22 +08:00
胡玮文
165f09a7b4 add fmt:: namespace to distinguish from std::format_to (#43)
When compiled with new toolchain that implements std::format_to, it become
ambiguous on which one should be called. Due to argument-dependent lookup, even
if we are not `using namespace std;` the std version is still considered. So
let's add fmt:: to avoid ambiguous compilation error.
2025-03-03 08:07:52 +08:00
胡玮文
309a258ac2 add missing headers for new toolchain (#41)
These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
2025-03-03 07:57:02 +08:00
dev
815e55e4c0 Initial commit 2025-02-27 21:53:53 +08:00