mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
template shouldn't have NGCORE_API
This commit is contained in:
parent
27baa178d2
commit
9af476c353
@ -24,7 +24,7 @@ namespace ngcore
|
||||
NGCORE_API std::string Demangle(const char* typeinfo);
|
||||
|
||||
template<typename T>
|
||||
NGCORE_API std::string GetName(const T& obj)
|
||||
std::string GetName(const T& obj)
|
||||
{ return Demangle(typeid(obj).name()); }
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
Loading…
Reference in New Issue
Block a user