修复语法问题
This commit is contained in:
parent
53bb8c0c5d
commit
070f964e8e
@ -34,7 +34,7 @@ namespace toolkit
|
|||||||
HEX,
|
HEX,
|
||||||
OCT,
|
OCT,
|
||||||
DEC
|
DEC
|
||||||
}
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
inline std::expected<std::string, std::string> to_string(T value)
|
inline std::expected<std::string, std::string> to_string(T value)
|
||||||
|
Loading…
Reference in New Issue
Block a user