Closed Philonoist closed 8 years ago
When I access {blabla.load_idx}(x-1,y) I get unexpected results, but when I do it like this: {blabla.load_idx}((x-1),y) its fine. I suspect the macro expansion is missing a pair of parenthesis,
Thanks for the report! Indeed, some parentheses were missing.
When I access {blabla.load_idx}(x-1,y) I get unexpected results, but when I do it like this: {blabla.load_idx}((x-1),y) its fine. I suspect the macro expansion is missing a pair of parenthesis,