Skip to content
Snippets Groups Projects
Commit 78634cbb authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

explicit scoping of GridDefault::Traits<0> in LeafIterator for xlc

[[Imported from SVN: r1230]]
parent 3ff6025b
Branches
Tags
No related merge requests found
......@@ -1462,8 +1462,8 @@ namespace Dune {
{
// some typedefs
typedef GridImp<dim,dimworld> GridType;
typedef typename Traits<0>::LevelIterator LevelIterator;
typedef typename Traits<0>::Entity EntityType;
typedef typename GridDefault<dim,dimworld,ct,GridImp,LevelIteratorImp,EntityImp>::template Traits<0>::LevelIterator LevelIterator;
typedef typename GridDefault<dim,dimworld,ct,GridImp,LevelIteratorImp,EntityImp>::template Traits<0>::Entity EntityType;
typedef typename EntityType::Traits::HierarchicIterator HierIterator;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment