RE: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-12 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:53 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] MSVC has non-standard prototype of the wcstok() Since the configure script performs checking only names

Re: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:53 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] MSVC has non-standard prototype of the wcstok() Since the configure script performs checking only

Re: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-12 Thread William A. Rowe, Jr.
Martin Sebor wrote: I see. Well, there's nothing we can do about that. I guess we'll have to live with the compiler-specific #ifdefs in our code. I tell you, if it weren't for Microsoft porting would be so boring... ;-) C'mon - you can't say that aix CC and hpux aCC don't provide endless

Re: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-11 Thread Martin Sebor
Farid Zaripov-2 wrote: The all MSVC has the non-standard prototype of the wcstok(): wchar_t* wcstok(wchar_t*, const wchar_t*); The prototype from C standard: wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**); Since the configure script performs checking only names and