j
k
j a
j l
...boost::function fun2(lib.get("DoSomething")); Try with boost::function fun2(lib.get<void>("DoSomething"));
boost::function fun2(lib.get("DoSomething")); Try with
boost::function fun2(lib.get<void>("DoSomething"));
Awesome. Thanks!
Back to the thread
Back to the list