mercredi 31 mai 2017

Why std::make_unique

My code:

t = std::make_unique<std::thread>(std::bind(&Widget::generateNum, this));

crash at ~thread() , error msg is 'r6010 abort() has been called'

Aucun commentaire:

Enregistrer un commentaire