SHA256
修改bstlint
This commit is contained in:
+3
-3
@@ -12,8 +12,8 @@ typedef std::uint8_t u8;
|
|||||||
typedef std::uint16_t u16;
|
typedef std::uint16_t u16;
|
||||||
typedef std::uint32_t u32;
|
typedef std::uint32_t u32;
|
||||||
typedef std::uint64_t u64;
|
typedef std::uint64_t u64;
|
||||||
typedef float f16;
|
typedef float f32;
|
||||||
typedef double f32;
|
typedef double f64;
|
||||||
typedef long double f64;
|
typedef long double f128;
|
||||||
|
|
||||||
#endif //BETTERSTL_BSTLINT_HPP
|
#endif //BETTERSTL_BSTLINT_HPP
|
||||||
|
|||||||
Reference in New Issue
Block a user