mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
Merge branch 'revert-3207ab1d' into 'master'
Revert "api" See merge request jschoeberl/netgen!302
This commit is contained in:
commit
3ebe0649f2
@ -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…
Reference in New Issue
Block a user