Closed yiwu-arbug closed 3 years ago
Or unsigned char?
IMO char is fine, like the most libs.
Or unsigned char?
IMO char is fine, like the most libs.
"most libs" is not relevant here. What's relevant is consistency within "this lib".
Updated all boolean in crocksdb into unsigned char.
It appears on MacOS with Clang,
bool
is not supported in C, causing compile error. Changing it tochar
.Signed-off-by: Yi Wu yiwu@pingcap.com