E
EasyVoip
Hello,
I have a hard time understanding what is going on here. This looks
like a normal function definition, but what const throw is doing on
the same line?
Thanks for your help!!!!
const char * what () const throw ()
{
return(std::invalid_argument::what());
};
I have a hard time understanding what is going on here. This looks
like a normal function definition, but what const throw is doing on
the same line?
Thanks for your help!!!!
const char * what () const throw ()
{
return(std::invalid_argument::what());
};