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

Completing last check-in. Definition of capacity deleted.

[[Imported from SVN: r6104]]
parent 5d549b75
Branches
Tags
No related merge requests found
......@@ -486,12 +486,6 @@ namespace Dune
return size_;
}
template<class T, int N, class A>
size_t ArrayList<T,N,A>::capacity() const
{
return capacity_;
}
template<class T, int N, class A>
void ArrayList<T,N,A>::push_back(const_reference entry)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment