> -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com] > Sent: Monday, November 27, 2006 10:55 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] /include/vector > > Farid Zaripov wrote: > > If #defined _RWSTD_NO_CLASS_PARTIAL_SPEC macro, class > vector > > is not a template class and typename keyword shouldn't be > used within > > class definition. Using of the _VB_TYPENAME macro doesn't > help because > > of _RWSTD_REBIND macro uses _TYPENAME macro explicitly. > > Out of curiosity, how did you run into this? MSVC 7.0 not supporting the partial template class specialization. I've got the error when I tested that patch: http://tinyurl.com/y7kbu3 Farid.