class Test { public: const char *member(char,int) throw(std::out_of_range); }; const char *Test::member(char c,int n) throw(std::out_of_range) {}