even on visualgdb 5.6, it still happens
I even fresh installed and made a new project
steps to reproduce:
create new linux project
download fmt library
include format-inl.h and chrono.h
result in attachment
you can also do
int test(int tes)
{
return 0;
}
std::thread thr;
thr = std::thread(test,2);
to get no matching constructor for initialization of ‘std::thread’
-
This reply was modified 2 years, 3 months ago by fear.
Attachments:
You must be
logged in to view attached files.