mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Fix for extensions too
This commit is contained in:
parent
3502521e0a
commit
929ca720bf
@ -52,7 +52,7 @@ public:
|
||||
: m_msg(msg)
|
||||
{}
|
||||
|
||||
virtual char const* what() const throw()
|
||||
virtual char const* what() const noexcept
|
||||
{
|
||||
//return "Shapefile read error";
|
||||
return m_msg.what();
|
||||
|
@ -32,7 +32,7 @@ public:
|
||||
: m_filename(filename)
|
||||
{}
|
||||
|
||||
virtual char const* what() const throw()
|
||||
virtual char const* what() const noexcept
|
||||
{
|
||||
return m_filename.c_str();
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ public:
|
||||
|
||||
inline read_wkb_exception() {}
|
||||
|
||||
virtual char const* what() const throw()
|
||||
virtual char const* what() const noexcept
|
||||
{
|
||||
return "Boost.Geometry Read WKB exception";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user