Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@roguewave.com] >> Sent: Wednesday, June 13, 2007 8:40 PM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: MSVC8 CRT "Secure Template Overloads" feature and stdcxx >> > > [...] >> Btw., since you're working on these tests, a useful enhancement >> (optimization) would be to test all the declarations in the >> whole header first and only test each function individually >> if the big test fails. Doing it this way would dramatically >> speed up the configuration process. The trick would be to >> keep the list of the functions in the big test in sync with >> the list used for the individual little tests. One way to >> deal with it would be to generate the big test from the >> individual list as the first step and fall back on the >> current mechanism. >> > > I have created JIRA issue on that: > http://issues.apache.org/jira/browse/STDCXX-451 Thanks, that'll help us remember to get back to it after the release when we have some spare cycles to work on enhancements. Martin > > Farid.