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:
tslettebo 2002-10-07 13:12:09 +00:00
parent ae050862b8
commit 619f3f7b5d

View file

@ -776,7 +776,7 @@ namespace Loki
private: private:
typedef typename MostDerived<Tail, Head>::Result typedef typename MostDerived<Tail, Head>::Result
TheMostDerived; TheMostDerived;
typedef typename ReplaceAll<Tail, typedef typename Replace<Tail,
TheMostDerived, Head>::Result Temp; TheMostDerived, Head>::Result Temp;
typedef typename DerivedToFront<Temp>::Result L; typedef typename DerivedToFront<Temp>::Result L;
public: public:
@ -801,7 +801,8 @@ namespace Loki
// September 16, 2002: Changed MostDerived to use the new SuperSubclass template // September 16, 2002: Changed MostDerived to use the new SuperSubclass template
// (rather than the SUPERSUBCLASS macro). // (rather than the SUPERSUBCLASS macro).
// Minor fix in Reverse, adding support for empty lists, like all the other // 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) // Oct 10, 2002: added MakeTypelist (SGB/MKH)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////