Tagged Questions
0
votes
1answer
496 views
C++ Functors and Zero
First a disclaimer, I am replacing a bunch of code which uses boost::function and boost::bind. However, I am moving to a codebase which does not allow rtti. I would like to keep using boost but ...