Thanks for the mail. As you told I am trying to run the thread in parallel. For this purpose I am trying to make the thread sleep using boost.
I used this:
Code:
boost::this_thread(boost::chrono::milliseconds(50));
Code:
#include <boost/chrono.hpp> Then I get an error "cannot
Leave a comment: