From 9233d249c9b9bb50b9e89099ced60e35e889caa5 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Fri, 9 Jun 2006 12:57:15 +0000 Subject: [PATCH] fix wrong default value handling, gcc fix git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@675 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Function.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/loki/Function.h b/include/loki/Function.h index d98c9b8..804429b 100755 --- a/include/loki/Function.h +++ b/include/loki/Function.h @@ -131,7 +131,7 @@ namespace Loki typedef Functor<> FBase; template - Function(Function func) + Function(Function func) LOKI_FUNCTION_R2_CTOR_BODY LOKI_FUNCTION_BODY @@ -366,6 +366,9 @@ namespace Loki #endif // $Log$ +// Revision 1.11 2006/06/09 12:57:15 syntheticpp +// fix wrong default value handling, gcc fix +// // Revision 1.10 2006/06/09 12:04:40 syntheticpp // fix wrong default value handling //