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

RemoveConst --> remove_const

[[Imported from SVN: r5137]]
parent 7a93df05
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ int testIterator(Iter& begin, Iter& end, Opt& opt)
template<class T>
class Printer {
typename Dune::RemoveConst<T>::Type res;
typename Dune::remove_const<T>::type res;
public:
Printer() : res(0){}
void operator()(const T& t){
......
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