boost::thread thr(boost::bind(sort,iter, iter))You are right it's possible but I don't want to create a functional object I'd like boost::bind to d...
boost::thread thr(boost::bind(sort,iter, iter))Hi, Please advise how to bind std::sort with boost::thread. I'm trying to do: boost::thread...
This user does not accept Private Messages