> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Tuesday, March 25, 2008 4:42 PM > To: [email protected] > Subject: Re: NEW_OFLOW_SAFE config test > > Farid Zaripov wrote: > > Hmm. The NEW_THROWS.cpp before this change also used > size_t without > > including the stddef.h: > > > http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/src/NEW_T > HROWS.cpp? > > revision=611451&view=markup&pathrev=634731 > > But it included stdio.h, didn't it? And stdio defines size_t. > No big deal though. we caught it early enough that we can fix > it without it having caused any major problems.
Ok. Let me add the #include <stddef.h> in all config tests where size_t type is used for the reliability. Farid.
