[Dune] [#491] PoolAllocator not 64 bit clean

Dune dune at dune-project.org
Tue Dec 1 20:44:16 CET 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#491 - PoolAllocator not 64 bit clean
User who did this - Carsten Gräser (Carsten)

----------
In the HEAD version poolallocator.hh:540 is a comment. Is this the reinterpret_cast in the allocate() method ? If yes please try to replace

  return reinterpret_cast<T*>(p);

by

  return reinterpret_cast<T*>(reinterpret_cast<char*>(p));

I'm not sure whether this is more standard conformig then the original. Give it a try.

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=491#comment1402

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list