Skip to content
Snippets Groups Projects
Commit dae3e651 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: change count() to use_coung() also in the method implementation

[[Imported from SVN: r5647]]
parent 26dd2dbe
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ namespace Dune
}
template<class T>
inline int shared_ptr<T>::count() const
inline int shared_ptr<T>::use_count() const
{
return rep_->count_;
}
......
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