Skip to content

#88 ALUgrid does not compile with g++-4.0

Metadata

Property Value
Reported by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Reported at Feb 5, 2006 16:49
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Robert K (robertk@posteo.org)
Closed at Feb 7, 2006 09:31
Closed in version Unknown
Resolution Not a bug
Comment already compiling with gcc version 4.0.x

Description

ALUGrid includes std headers inside of namespace ALUGridSpace. Therefore the classes defined in these headers are not in namespace std but in ALUGridSpace::std. You need to move the include statements outside the namespace definition.