А>int get_val() А>{ А> if (some) А> return 1; А> else А> throw some_ex(); А> return 0; // нужен ли данный оператор