emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

fix bug: CHECK_EQ_F(int64, int64) #185

Closed willzhang4a58 closed 2 years ago

willzhang4a58 commented 2 years ago

simple CHECK_EQ_F(int64, int64) will throw unexpected exception when LOGURU_USE_FMTLIB defined

willzhang4a58 commented 2 years ago

dose anyone could merge this ? the check failed because the bug in previous CI itself.

voyageur commented 2 years ago

For my PR, tests passed (with the help of #187) after I rebased, you may try similar step to get happy CI

willzhang4a58 commented 2 years ago

@voyageur thanks, i have passed the CI. Dose anyone could merge this ?