From 9b30cc32a67671bf5ee6a417b2c1f40bba58f1e7 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Mon, 19 Jun 2006 12:18:44 +0000 Subject: [PATCH] add hint to fix broken build git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@678 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Function.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/loki/Function.h b/include/loki/Function.h index 804429b..88bd45e 100755 --- a/include/loki/Function.h +++ b/include/loki/Function.h @@ -134,7 +134,10 @@ namespace Loki Function(Function func) LOKI_FUNCTION_R2_CTOR_BODY - LOKI_FUNCTION_BODY + LOKI_FUNCTION_BODY // if compilation breaks here then + // Function.h was not included before + // Functor.h, check your include order + // or define LOKI_ENABLE_FUNCTION }; template @@ -366,6 +369,9 @@ namespace Loki #endif // $Log$ +// Revision 1.12 2006/06/19 12:18:44 syntheticpp +// add hint to fix broken build +// // Revision 1.11 2006/06/09 12:57:15 syntheticpp // fix wrong default value handling, gcc fix //