[Dune] [#432] [Test Suite] fails to compile lrutest

Dune dune at dune-project.org
Thu Oct 2 14:40:34 CEST 2008


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#432 - [Test Suite] fails to compile lrutest
User who did this - Markus Blatt (mblatt)

----------
Thanks! That really clarified things.

We are using std::allocator<double> where you should be using std::allocator<std::pair< int, double > >.

To get the right allocator type for the map we should be using typename _Alloc::rebind<std::pair<key_type, iterator>::type in line in line 31 of lru.hh.

Would you try that? Thanks!

You help is really appreciated here.

----------

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

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