Added virtual d'tor with throw spec which was not checked by MSVC

[SVN r76861]
This commit is contained in:
Barend Gehrels
2012-02-03 22:11:58 +00:00
parent be732f26d2
commit 89de77ff7e

View File

@@ -36,6 +36,9 @@ public:
message += method;
}
virtual ~turn_info_exception() throw()
{}
virtual char const* what() const throw()
{
return message.c_str();