Co tu się dzieje? if(int a = Func1()) { // Works. } if((int a = Func1())) { // Fails to compile. } if((int a = Func1()) && (int b = Func2())) ) { // Do stuff with a and b. // This is what I'd really like to be able to do. } Sekcja 6.4.3 standardu z 2003 r. Wyjaśnia, w jaki sposób...