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
This commit is contained in:
parent
2014c5071b
commit
9b30cc32a6
1 changed files with 7 additions and 1 deletions
|
@ -134,7 +134,10 @@ namespace Loki
|
||||||
Function(Function<R2()> func)
|
Function(Function<R2()> func)
|
||||||
LOKI_FUNCTION_R2_CTOR_BODY
|
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<class R,class P01>
|
template<class R,class P01>
|
||||||
|
@ -366,6 +369,9 @@ namespace Loki
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// $Log$
|
// $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
|
// Revision 1.11 2006/06/09 12:57:15 syntheticpp
|
||||||
// fix wrong default value handling, gcc fix
|
// fix wrong default value handling, gcc fix
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue