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

Just to clarify that this is a definition and not another

declaration. Maybe it fixes flyspray issue 453?

[[Imported from SVN: r5506]]
parent be3454cd
No related branches found
No related tags found
No related merge requests found
......@@ -540,7 +540,8 @@ namespace Dune
}
template<class T, std::size_t s>
Pool<T,PoolAllocator<T,s>::size> PoolAllocator<T,s>::memoryPool_;
Pool<T,PoolAllocator<T,s>::size> PoolAllocator<T,s>::memoryPool_
= Pool<T,PoolAllocator<T,s>::size>();
template<class T, std::size_t s>
inline PoolAllocator<T,s>::PoolAllocator()
......
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