diff --git a/MSVC/1300/TypeList.h b/MSVC/1300/TypeList.h index b418c02..4b6723d 100644 --- a/MSVC/1300/TypeList.h +++ b/MSVC/1300/TypeList.h @@ -13,7 +13,7 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// Last update: Oct 10, 2002 +// Last update: Oct 11, 2002 //MSVC7 #ifndef TYPELIST_INC_ @@ -1003,7 +1003,7 @@ typedef char _type_##_is_not_a_Typelist[true] typedef typename TList::Tail Tail; typedef typename MostDerived::Result TheMostDerived; - typedef typename ReplaceAll::Result Temp; + typedef typename Replace::Result Temp; typedef typename DerivedToFront::Result L; public: @@ -1055,6 +1055,7 @@ typedef char _type_##_is_not_a_Typelist[true] // June 20, 2001: ported by Nick Thurn to gcc 2.95.3. Kudos, Nick!!! // May 10, 2002: ported by Rani Sharoni to VC7 (RTM - 9466) // Oct 10, 2002: added MakeTypelist (SGB/MKH) +// Oct 11, 2002: DerivedToFront was incorrectly using ReplaceAll, now uses Replace //////////////////////////////////////////////////////////////////////////////// #endif // TYPELIST_INC_ diff --git a/tools/RegressionTest/Test.cpp b/tools/RegressionTest/Test.cpp index 003b3e9..2cf6096 100644 --- a/tools/RegressionTest/Test.cpp +++ b/tools/RegressionTest/Test.cpp @@ -55,10 +55,10 @@ Test::tests_type Test::tests; * gcc 2.95.3 ? ? ? ? ? * gcc 3.2 AP AP AP AP P #ifdef? * MSVC 6 ? ? ? ? ? - * MSVC 7 DerivedToFront Conversion FC AP P #ifdef? + * MSVC 7 AP Conversion FC AP P #ifdef? * Intel ? ? ? ? ? ? * BCB 5.5? ? ? ? ? ? - * CW 6.0 DerivedToFront ? ? ? ? + * CW 6.0 ? ? ? ? ? * * SmartPtrTest FactoryTest AbstractFactoryTest AssocVectorTest FunctorTest * gcc 2.95.3 ? ? ? ? ?