|
|
|
|
|
|
|
|
The GNU compilers generate a warning if they see an assignment inside an if. You can suppress the warning by adding an extra set of parentheses, which the compiler interprets as "I really meant this."
|
That is not the default behavior in a just-installed gcc/g++ under a just installed cygwin. |