
30 May
2006
30 May
'06
10:41 a.m.
João Abecasis wrote:
1 - support for function pointers was completely broken. Specifically, I learned that result_of doesn't handle cv-qualified function pointers.
<snip>
3 - Function references weren't handled at all.
Taking the function argument by value (just like the STL) could help. Regards, Tobias