I am trying to get a RAII wrapper class around std::thread to work in C++.
#include #include #include using st