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

Benjamin Kosnik bkoz@redhat.com
Wed Feb 23 20:06:00 GMT 2005


> >>  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.

So now there is something like function/1.cc, 2.cc, 3.cc [...] 9.cc?

That sounds great.

> > 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)

I think you should just check this stuff in.

-benjamin



More information about the Libstdc++ mailing list