error: 'array' does not name a type
Recently foaem-grid gives an error when compiling:
e.g. foamgrid/foamgridvertex.hh:136: error: 'array' does not name a type
The problem is, that the header <array>
is not included and also dune/common/array.hh
not and instead of std::array
there is just array
in the definition of member variables in several files. Maybe the array.hh
was indirectly included before and due to some change in other modules this is not the case anymore