> -----Original Message-----
> From: Martin Sebor [mailto:sebor@roguewave.com]
> Sent: Monday, March 12, 2007 6:34 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: [Fwd: Re: svn commit: r511019 - in
> /incubator/stdcxx/trunk/tests: include/23.list.h
> src/23.containers.cpp]
>
> Farid, please make sure to correct the static inline issue in
> this patch before we forget.
Done: http://svn.apache.org/viewvc?view=rev&rev=517283
> > + const int equal = size_ == state.size_
>
> It probably doesn't matter (I don't think any compiler issues
> a warning) but I suppose the type of the constant should be int.
Do you mean that here should be bool instead of int, right?
Farid.
|