
26 Mar
2010
26 Mar
'10
7:42 a.m.
Hi, I wonder if there is some easy way to express the following incorrect code in a correct way? typedef template<class T> boost::function<void(const T&)> foo_function; template<> foo_function<int> my_foo = bind(example_function); Regards, Roland