
14 May
2007
14 May
'07
8:43 p.m.
Hello, I was using boost::mem_fun and noticed that only with the 1 or 2 argument form of boost::mem_fun exposes the arguments types (first_argument_type and second_argument_type) for "compatibility" purposes. I was wondering if it were possible to expose in general all argument types just like boost::function does ( arg1_type, arg2_type, etc..). Any ideas/comments about this? Thanks!