std::function is a better choice than a raw function pointer here. You...
std::function is a better choice than a raw function pointer here. You probably still want to be careful about cleaning up stuff you captured, but it's not like a function pointer wasn't going to let you shoot yourself in the foot given enough dedication. llvm-svn: 217718
Loading
Please sign in to comment