This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V3 PATCH: numeric_limits<> support, fix PR/3865


On Thu, Aug 29, 2002 at 09:33:48PM +0200, Gabriel Dos Reis wrote:
> | >      L'\0' - 1
> | > 
> | > be evaluated after "the usual arithmetic conversions are performed".
> | 
> | Hmm, you're right.  I guess that no test of this kind works properly
> | in all cases, right?
> 
> Yes.

  if (wchar_t(-1) < 0)


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]