修改bstlint

This commit is contained in:
CupWater
2026-08-16 14:42:08 +08:00
parent 856a1e1599
commit e0c47fbd8a
+3 -3
View File
@@ -12,8 +12,8 @@ typedef std::uint8_t u8;
typedef std::uint16_t u16;
typedef std::uint32_t u32;
typedef std::uint64_t u64;
typedef float f16;
typedef double f32;
typedef long double f64;
typedef float f32;
typedef double f64;
typedef long double f128;
#endif //BETTERSTL_BSTLINT_HPP