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

Keep the Vector fixed to protect it from realloc

This commit is contained in:
Peter Boyle 2020-05-11 17:00:30 -04:00
parent bbbee5660d
commit 8c31c065b5

View File

@ -0,0 +1,4 @@
#include <Grid/GridCore.h>
NAMESPACE_BEGIN(Grid);
Vector<std::pair<int,int> > Cshift_table;
NAMESPACE_END(Grid);