Value Sql::operator[](SqlId id) const { String s = ~id; for(int i = 0; i < cn->info.GetCount(); i++) if(cn->info[i].name == s) return operator[](i); NEVER(); // <-- here return Value(); }
Report message to a moderator