mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-02 22:04:31 +05:00
Revert "api"
This reverts commit 3207ab1d99813521f3554b1d9332e9892781c858
This commit is contained in:
parent
3207ab1d99
commit
4658e34f05
@ -31,8 +31,8 @@ namespace ngcore
|
||||
Exception() = default;
|
||||
Exception(const Exception&) = default;
|
||||
Exception(Exception&&) = default;
|
||||
NGCORE_API Exception(const std::string& s); // : m_what(s) {}
|
||||
NGCORE_API Exception(const char* s); // : m_what(s) {}
|
||||
Exception(const std::string& s); // : m_what(s) {}
|
||||
Exception(const char* s); // : m_what(s) {}
|
||||
~Exception() override = default;
|
||||
|
||||
Exception& operator =(const Exception&) = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user