When trying to make thread using lambda with following code:
#include #include using namespace std; int main() { thread t([]