[libstdc++ PATCH] tr1::mem_fn and tr1::function, take 2

Douglas Gregor doug.gregor@gmail.com
Wed Feb 23 19:01:00 GMT 2005


On Feb 22, 2005, at 8:11 PM, Paolo Carlini wrote:

> well...
>
> I have a comment. Any chance you can put some of this infrastructure
> [snip]
> inside testsuite_tr1.h and then avoid

Sure, done.

>> {
>>  test01();
>>  test02();
>>  test03();
>>  test04();
>>  test05();
>>  test06();
>>  test07();
>>  test08();
>>  test09();
>>
> so many tests in a single file?!? Usually, for various reasons, we 
> don't
> do that (i.e., in case of failures/regressions, you can see immediately
> which specific feature is at issue).

Done.

> Also, please add attribute unused to the bool test (see the beginning
> of testsuite_hooks.h to understand why we are keeping this, for now
> at least)

Done.

	Doug



More information about the Libstdc++ mailing list