This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Simplify _Bind<_Functor(_Bound_args...)> even more?


On 01/18/2010 09:20 AM, Daniel Frey wrote:
> If operator() already knows _Result, why not pass it to __call as the first template argument and save the double deduction and result_of instantiations? See the attached patch...
>   
Indeed Daniel, I'm applying your patch after a final regtest. Thanks!
> (BTW: Will apply for the copyright assignment soon)
>   
Good idea ;)

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]