Closed LeoUfimtsev closed 5 years ago
Is it possible to apply log[..] to a block of code as oppose to individual statements?
No, it's actually defined as an expr macro so it only works on single statements. Its code would need some modifications to work on multiple statements
expr
Is it possible to apply log[..] to a block of code as oppose to individual statements?