提交 baf1bb4b 编写于 作者: M millb

Fixed bugs

上级 11e0b333
......@@ -878,7 +878,8 @@ inline T parse(const char * data, size_t size)
}
template <typename T>
inline void readTextWithSuffix(T & x, ReadBuffer & buf) { readText(x, buf); }
inline std::enable_if_t<!is_integral_v<T>, void>
readTextWithSuffix(T & x, ReadBuffer & buf) { readText(x, buf); }
template <typename T>
inline std::enable_if_t<is_integral_v<T>, void>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册