Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Use parantheses around logging macro parameter This allows the macro to expand "correctly", i.e. macro argument expression is fully evaluated before use. Signed-off-by: Abrar Rahman Protyasha <[email protected]> * Remove redundant parantheses around macro param `decltype(X)` already provides sufficient "scoping" to the macro parameter `X`. Signed-off-by: Abrar Rahman Protyasha <[email protected]> * Add test case for expressions as logging param Signed-off-by: Abrar Rahman Protyasha <[email protected]> (cherry picked from commit f7bb88f) Co-authored-by: Abrar Rahman Protyasha <[email protected]>
- Loading branch information