提交 5d6b370a 编写于 作者: P peizhilin

fix issue

上级 afeadf58
...@@ -134,7 +134,7 @@ struct EOFException : public std::exception { ...@@ -134,7 +134,7 @@ struct EOFException : public std::exception {
#define LIKELY(condition) __builtin_expect(static_cast<bool>(condition), 1) #define LIKELY(condition) __builtin_expect(static_cast<bool>(condition), 1)
#else #else
// there is no equivalent intrinsics in msvc. // there is no equivalent intrinsics in msvc.
#define LIKELY(condition) !(condition) #define LIKELY(condition) (condition)
#endif #endif
template <typename... Args> template <typename... Args>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册