> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Friday, January 26, 2007 7:33 PM > To: [email protected] > Subject: Re: missing header names in Windows config log > > One last thing (I hope). Look at the third line below. It > reads completely incoherent. Something screwy must be going on in the > script: > > checking for fpos_t, ptrdiff_t, and size_t... ok > checking for specialization on return type... ok > checking template and ... no (_RWSTD_NO_STD_MBSTATE_T) > checking for std::nothrow... ok > checking for std::nothrow_t... ok > checking for std::set_new_handler()... no > (_RWSTD_NO_STD_SET_NEW_HANDLER) >
Here the same bug (see previous letter). The original lines: checking for fpos_t, ptrdiff_t, and size_t... ok checking for specialization on return type... ok checking template<> in friend specializations... ok checking for references to static symbols in template... ok checking for static_cast... ok checking for const member initializer... ok checking initialization of static template data memebers... ok checking for std::mbstate_t in <wchar.h> and <wctype.h>... no (_RWSTD_NO_STD_MBSTATE_T) checking for std::nothrow... ok checking for std::nothrow_t... ok checking for std::set_new_handler()... no (_RWSTD_NO_STD_SET_NEW_HANDLER) Farid.
