#900 Can't use GeometryGrid with the PoolAllocator
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Mar 30, 2011 13:55 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Apr 10, 2012 05:56 |
Description
The GeometryGrid takes an stl-conforming allocator as its third template parameter. The PoolAllocator class from dune-common is (AFAIK) standard conforming. Hence I should be able to use the two together. However when I try I get loads of compiler errors. Just uncomment the line //test(gridfile); from test-geogrid.cc to see it for yourself. The complete error log is also attached for your convenience.