Skip to content
Snippets Groups Projects
Commit 5516b485 authored by Markus Blatt's avatar Markus Blatt
Browse files

applied patch provided by Andreas Lauser.

See flyspray 844.

[[Imported from SVN: r6291]]
parent a548110f
No related branches found
No related tags found
No related merge requests found
......@@ -1520,20 +1520,14 @@ namespace Dune {
}
template<typename T, typename A>
inline typename std::map<int, std::pair<SLList<typename RemoteIndices<T,A>::RemoteIndex,
typename RemoteIndices<T,A>::Allocator >*,
SLList<typename RemoteIndices<T,A>::RemoteIndex,
typename RemoteIndices<T,A>::Allocator >*> >::const_iterator
inline typename RemoteIndices<T,A>::const_iterator
RemoteIndices<T,A>::begin() const
{
return remoteIndices_.begin();
}
template<typename T, typename A>
inline typename std::map<int, std::pair<SLList<typename RemoteIndices<T,A>::RemoteIndex,
typename RemoteIndices<T,A>::Allocator >*,
SLList<typename RemoteIndices<T,A>::RemoteIndex,
typename RemoteIndices<T,A>::Allocator >*> >::const_iterator
inline typename RemoteIndices<T,A>::const_iterator
RemoteIndices<T,A>::end() const
{
return remoteIndices_.end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment