-
- Downloads
g++-4.0 checnged the timeline of object instatiations. Therefore it is
not always possible to access a typedef inside "const Foo" class, even if it is possible to access the same typedef inside the mutable "Foo" class. A proper fix would introduce bigger changes in the interface, especially in the template parameters. The quick fix are a bunch of RemoveConsts to access the typedefs via mutable class. [[Imported from SVN: r3546]]
Showing
- grid/albertagrid/indexsets.hh 15 additions, 3 deletionsgrid/albertagrid/indexsets.hh
- grid/common/indexidset.hh 24 additions, 4 deletionsgrid/common/indexidset.hh
- grid/onedgrid/onedgridindexsets.hh 20 additions, 4 deletionsgrid/onedgrid/onedgridindexsets.hh
- grid/sgrid.hh 30 additions, 6 deletionsgrid/sgrid.hh
- grid/uggrid/uggridindexsets.hh 35 additions, 8 deletionsgrid/uggrid/uggridindexsets.hh
- grid/yaspgrid.hh 27 additions, 6 deletionsgrid/yaspgrid.hh
Loading
Please register or sign in to comment