mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
api
This commit is contained in:
parent
ac83338c1c
commit
3207ab1d99
@ -31,8 +31,8 @@ namespace ngcore
|
|||||||
Exception() = default;
|
Exception() = default;
|
||||||
Exception(const Exception&) = default;
|
Exception(const Exception&) = default;
|
||||||
Exception(Exception&&) = default;
|
Exception(Exception&&) = default;
|
||||||
Exception(const std::string& s); // : m_what(s) {}
|
NGCORE_API Exception(const std::string& s); // : m_what(s) {}
|
||||||
Exception(const char* s); // : m_what(s) {}
|
NGCORE_API Exception(const char* s); // : m_what(s) {}
|
||||||
~Exception() override = default;
|
~Exception() override = default;
|
||||||
|
|
||||||
Exception& operator =(const Exception&) = default;
|
Exception& operator =(const Exception&) = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user