05.04.2019, 17:49
Quote:
How does it deal with code like:
Code:
#if A Func(a) { #else Func(b) { #endif } |
I always thought: If there's an opening bracket, then there must be a closing bracket.
Have to add it then. Thx Y_Less.
How does it deal with code like:
Code:
#if A Func(a) { #else Func(b) { #endif } |