// May 13, 2002: TYPELIST_46 called TYPELIST_45 with only 44 parameters.
// Credit due to Robert Minsk git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@25 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
52e8ebe241
commit
0dcd0a5743
1 changed files with 3 additions and 1 deletions
|
@ -301,7 +301,7 @@
|
||||||
T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, \
|
T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, \
|
||||||
T21, T22, T23, T24, T25, T26, T27, T28, T29, T30, \
|
T21, T22, T23, T24, T25, T26, T27, T28, T29, T30, \
|
||||||
T31, T32, T33, T34, T35, T36, T37, T38, T39, T40, \
|
T31, T32, T33, T34, T35, T36, T37, T38, T39, T40, \
|
||||||
T41, T42, T43, T44, T45) >
|
T41, T42, T43, T44, T45, T46) >
|
||||||
|
|
||||||
#define TYPELIST_47(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, \
|
#define TYPELIST_47(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, \
|
||||||
T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, \
|
T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, \
|
||||||
|
@ -746,6 +746,8 @@ namespace Loki
|
||||||
// Adam Wilkshire;
|
// Adam Wilkshire;
|
||||||
// Friedrik Hedman who fixed the bug but didn't send the fix;
|
// Friedrik Hedman who fixed the bug but didn't send the fix;
|
||||||
// Kevin Cline who sent the first actual fix)
|
// Kevin Cline who sent the first actual fix)
|
||||||
|
// May 13, 2002: TYPELIST_46 called TYPELIST_45 with only 44 parameters.
|
||||||
|
// Credit due to Robert Minsk
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#endif // TYPELIST_INC_
|
#endif // TYPELIST_INC_
|
||||||
|
|
Loading…
Reference in a new issue