[Dune] [#1013] Remove FiniteStack class

Dune flyspray at dune-project.org
Fri Jan 6 16:20:41 CET 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Oliver Sander (sander) 

Attached to Project - Dune
Summary - Remove FiniteStack class
Task Type - Feature Request
Category - Common
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - SVN (pre2.2)
Due in Version - Undecided
Due Date - Undecided
Details - The FiniteStack class is basically a typedef for std::stack<Dune::ReservedVector>.  All it does additionally is to implement a method 'full', and reimplement 'pop' in a non-stl-conforming way.

Can we replace the reimplementation of 'pop' to have stl compliance?

Since that reimplementation is pretty much the entire code of the class, can we get rid of the class altogether, and have people use std::stack<Dune::ReservedVector> directly?



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

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