mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix for msvc ????
This commit is contained in:
parent
0b0616eee8
commit
8522cfdac5
@ -67,6 +67,12 @@ namespace ngstd
|
||||
std::map<void*,int> ptr2nr;
|
||||
std::vector<void*> nr2ptr;
|
||||
|
||||
// necessary for msvc ???
|
||||
Archive & operator& (string* & ps)
|
||||
{
|
||||
return operator&<string> (ps);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
Archive & operator& (T *& p)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user