1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-16 04:56:53 +01:00

Should work on Aurora nowb

This commit is contained in:
2025-03-11 13:49:53 +00:00
parent 3d014864e2
commit 19f9378b98
4 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ public:
}
// FIXME: hack for the copy constructor: it must be avoided to avoid single thread loop
void construct(pointer __p, const _Tp& __val) { assert(0);};
void construct(pointer __p, const _Tp& __val) { };
void construct(pointer __p) { };
void destroy(pointer __p) { };
};