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