$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Piyo (cybermax_69_at_[hidden])
Date: 2007-05-14 16:43:27
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!