The #else part of the conditionals have two statements, so they need
to be surrounded with braces, or the surrounding if..else will fail miserably in case the #else part is compiled.
parent
6aba658c
Please register or sign in to comment
to be surrounded with braces, or the surrounding if..else will fail miserably in case the #else part is compiled.