mirror of https://github.com/CGAL/cgal
Removed unecessary Destructor
This commit is contained in:
parent
dbbee667af
commit
04305dc82c
|
|
@ -97,8 +97,6 @@ public:
|
||||||
m_msg( msg)
|
m_msg( msg)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
~Failure_exception() noexcept {}
|
|
||||||
|
|
||||||
//! the name of the library that issues this message.
|
//! the name of the library that issues this message.
|
||||||
std::string library() const { return m_lib; }
|
std::string library() const { return m_lib; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue