gcc fix
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@393 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0dd0c7089b
commit
7b82d55388
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ namespace Loki
|
|||
struct BinderFirstBoundTypeStorage< Functor<R, TList, ThreadingModel> >
|
||||
{
|
||||
typedef Functor<R, TList, ThreadingModel> OriginalFunctor;
|
||||
typedef typename const TypeTraits<OriginalFunctor>::ReferredType RefOrValue;
|
||||
typedef const typename TypeTraits<OriginalFunctor>::ReferredType RefOrValue;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue