Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux mingw-w64 doesn't support thread and future #23

Closed
rbouqueau opened this issue Apr 7, 2016 · 3 comments
Closed

linux mingw-w64 doesn't support thread and future #23

rbouqueau opened this issue Apr 7, 2016 · 3 comments
Milestone

Comments

@rbouqueau
Copy link
Member

See #15

and mingw-w64 on linux: C++ has no mutex/tasks/etc. support...

I also tried to:

sudo update-alternatives --config x86_64-w64-mingw32-gcc
and look at https://github.com/meganz/mingw-std-threads to no avail.

@rbouqueau rbouqueau added this to the v1.0.0 milestone Apr 7, 2016
@rbouqueau
Copy link
Member Author

Actually that's sudo update-alternatives --config x86_64-w64-mingw32-g++ (you can check with $GCC -v)

@rbouqueau
Copy link
Member Author

@rbouqueau
Copy link
Member Author

See also bc30fdc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant