no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@63 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
ae050862b8
commit
619f3f7b5d
1 changed files with 3 additions and 2 deletions
|
@ -776,7 +776,7 @@ namespace Loki
|
|||
private:
|
||||
typedef typename MostDerived<Tail, Head>::Result
|
||||
TheMostDerived;
|
||||
typedef typename ReplaceAll<Tail,
|
||||
typedef typename Replace<Tail,
|
||||
TheMostDerived, Head>::Result Temp;
|
||||
typedef typename DerivedToFront<Temp>::Result L;
|
||||
public:
|
||||
|
@ -801,7 +801,8 @@ namespace Loki
|
|||
// September 16, 2002: Changed MostDerived to use the new SuperSubclass template
|
||||
// (rather than the SUPERSUBCLASS macro).
|
||||
// Minor fix in Reverse, adding support for empty lists, like all the other
|
||||
// algorithms. T.S.
|
||||
// algorithms.
|
||||
// Fixed DerivedToFront, to use Replace, rather than ReplaceAll. T.S.
|
||||
// Oct 10, 2002: added MakeTypelist (SGB/MKH)
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue