[Dune] [#438] Let FieldVector inherit from Dune::array

Dune dune at dune-project.org
Wed Sep 23 11:34:22 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#438 - Let FieldVector inherit from Dune::array
User who did this - Carsten Gräser (Carsten)

----------
While the standard does not state the size of std::array it is clearly indicated that this should just wrap plain arrays. 

If an additionally to the tr1 check a check for size_of(std::array) is required for dune::array to wrap std::array we could simply derive from dune::array avoiding the above mentioned gcc bug.

In case of missing tr1 or buggy std::array the dune::array would use itsown implementation.

Annother (very ugly) option would be to clone a non-buggy std::array implementation from gcc. The license should allow this. However we are forced to maintain it ourselfs.
----------

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

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