C++ std::thread completely broken
By Christof Meerwald
12 Feb 2017 07: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.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------