Using comma operator (a, b) when a is a block of code...
Read MoreWhat's this C++ syntax that puts a brace-surrounded block where an expression is expected?...
Read MoreWhat is this strange expression in GCC/Clang?...
Read MoreExecution order in GCC statement expressions...
Read MoreWhy `error: jump into statement expression` only sometimes?...
Read MoreWhat rules of C++11 standard are used to determine the type of the expression in ({ ... })...
Read MoreGCC evaluation of compound statement...
Read More