j
k
j a
j l
AMDG Igor R wrote:
function funcB; function funcD; Is it possible to convert somehow funcD --> funcB ?
function funcB; function funcD;
Is it possible to convert somehow funcD --> funcB ?
funcB = boost::lambda::bind(funcD, ll_static_cast(_1)); In Christ, Steven Watanabe
Back to the thread
Back to the list