temporary fix of the pèrevious commit

This commit is contained in:
Gael Guennebaud
2008-08-24 15:27:05 +00:00
parent ba100998bf
commit 440664cd5d
3 changed files with 65 additions and 34 deletions

View File

@@ -54,7 +54,7 @@ template<typename T> struct ei_unpointer<T*const> { typedef T type; };
template<typename T> struct ei_unconst { typedef T type; };
template<typename T> struct ei_unconst<const T> { typedef T type; };
template<typename T> struct ei_unconst<const T&> { typedef T& type; };
// template<typename T> struct ei_unconst<const T&> { typedef T& type; };
template<typename T> struct ei_cleantype { typedef T type; };
template<typename T> struct ei_cleantype<const T> { typedef typename ei_cleantype<T>::type type; };