-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
INFO does not compile when used like a function call #469
Comments
…wever this requires that the capturing lambda is also copied by value inside of ContextScope, but that shouldn't be a problem) - fixed #469
…wever this requires that the capturing lambda is also copied by value inside of ContextScope, but that shouldn't be a problem) - fixed #469
Just pushed a fix for this in However, I should note that this usage is actually not useful at all - whatever is logged in an |
…wever this requires that the capturing lambda is also copied by value inside of ContextScope, but that shouldn't be a problem) - fixed #469
Description
When
INFO
is used in code such asit will not compile. However, if you add braces on like
it compiles.
INFO()
should act like any other function call, where you can omit the braces when used in if statements and such.Steps to reproduce
Extra information
The text was updated successfully, but these errors were encountered: