[dune-pdelab] [dune-pdelab-commit] dune-pdelab r1695 - trunk/dune/pdelab/common/typetree
Christian Engwer
christian.engwer at uni-muenster.de
Mon Jan 9 12:16:02 CET 2012
Hi Steffen,
> Log:
> [TypeTree] Fix ambiguous access to base member in FixedCapacityStack
>
> Apparently, base member lookup does not take visibility
> into account, causing an ambiguity in the lookup of
> the back() method (and several others), even though
> there is only a single accessible implementation.
>
> Fixed by explicitly importing the correct implementations
> into FixedCapacityStack.
>
> Thanks to Christoph Grueninger for reporting this!
can you give me a quick heads up, what are the features of this
fixedcapacitystack? As we just had the discussion on the dune
list... what is the difference to
std::stack<somesuitablecontainerclass>
Ciao
Christian
More information about the dune-pdelab
mailing list