mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
Added virtual d'tor with throw spec which was not checked by MSVC
[SVN r76861]
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
message += method;
|
||||
}
|
||||
|
||||
virtual ~turn_info_exception() throw()
|
||||
{}
|
||||
|
||||
virtual char const* what() const throw()
|
||||
{
|
||||
return message.c_str();
|
||||
|
||||
Reference in New Issue
Block a user