-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHECK failed, how to use it correctly #407
Comments
Not sure what's going on. Potentially it's some weirdness with your platform.
generates, as expected
|
What's your platform, compiler etc? |
Interesting, I see it failing on Windows and Linux but passing on OSX. I.e. the is platform dependent behavior. That isalpha is also locale dependent puts also restrictions on how you use the locale so the I consider this a C++ std::library issue and not a g3log issue. I will close this |
thanks @KjellKod |
this is my code
and the code core dump at the log
But when i use this code
it work ok.
How to use "CHECK" correctly.
The text was updated successfully, but these errors were encountered: