C++ std::thread completely broken
By Christof Meerwald
13 Feb 2017 12:47
English
2 Replies
Even something as simple as
#include <thread>
int main()
{
std::thread t([] () { return; });
t.join();
}
compiled with Tizen Studio 1.1 just crashes... (but using C-style pthread_create works fine)
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.