diff --git a/include/loki/Functor.h b/include/loki/Functor.h index 4ba1872..fff1f60 100644 --- a/include/loki/Functor.h +++ b/include/loki/Functor.h @@ -1363,7 +1363,7 @@ namespace Loki struct BinderFirstBoundTypeStorage< Functor > { typedef Functor OriginalFunctor; - typedef typename const TypeTraits::ReferredType RefOrValue; + typedef const typename TypeTraits::ReferredType RefOrValue; };