[Dune] [#1042] GridView: support for C++11 range-based for statement

Dune flyspray at dune-project.org
Fri Feb 17 17:47:50 CET 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1042 - GridView: support for C++11 range-based for statement
User who did this - Robert Klöfkorn (robertk)

----------
I think that this nice concept can be tested in a separate class, deriving from the original grid view used, before polluting the interface classes with unstable changes or new ideas. 

The wrapper class implementing this feature can simply replace the used grid view in private codes, e.g. 

NewGridView< LeafGridView > gridView( leafGridView ); 

Now gridView supports everything that was suggested above. This way the features can be tested without influencing the current interface implementation and without postponing nice feature that can be used by everybody. The class should be implemented 
in some file in dune/grid/utility. 

 
----------

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

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