[Dune] [#969] template lists of Grid interface classes are to restrictive.

Dune flyspray at dune-project.org
Tue Nov 1 14:11:31 CET 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#969 - template lists of Grid interface classes are to restrictive.
User who did this - Martin Nolte (nolte)

----------
For me, a traits class is a simple possibility to collect all the template arguments required. It has the big advantage that we can change the required contents without actually changing the template argument list, i.e., all specializations.

Im am strictly against having the grid in the template argument list in any way (neither in the template argument list nor in the traits class), because exactly this class causes the chicken-egg problem mentioned by Robert.

However, the possibility of using

template< class EntityImp >
class Entity

and extracting all necessary types from the entity implementation is fine with me, too (as long as the implementation class does not contain any information about the grid implementation).
----------

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

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