mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
upgrade limonp to version v0.4.1
This commit is contained in:
parent
484ce39d36
commit
8bf70127c2
@ -14,7 +14,7 @@
|
||||
#endif // CHECK
|
||||
|
||||
#define LOG(level) limonp::Logger(limonp::level, __FILE__, __LINE__).Stream()
|
||||
#define CHECK(exp) {if(!(exp)) LOG(FATAL) << #exp << " is false, abort."; }
|
||||
#define CHECK(exp) if(!(exp)) LOG(FATAL) << "exp: ["#exp << "] false. "
|
||||
|
||||
namespace limonp {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user