[Dune-devel] [Dune-Commit] dune-common r7012 - in trunk/dune/common: . test
Christian Engwer
christian.engwer at uni-muenster.de
Fri Oct 5 18:19:29 CEST 2012
Hi Steffen,
> r7012 breaks compilation of dune-common for me (OS X 10.7.5). The culprit seems to be including
> malloc.h in debugallocator.hh. Do you really need that include? If I remove it, the module compiles
> again (malloc() is already available from cstdlib anyway…).
you are right... before I had to use malloc.h to get
memalign. posix_memalign is in cstdlib.
I'll have a look.
Christian
More information about the Dune-devel
mailing list