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

use __restrict__ under GCC to support both C++ and C #82

Merged
merged 1 commit into from
Aug 28, 2016
Merged

use __restrict__ under GCC to support both C++ and C #82

merged 1 commit into from
Aug 28, 2016

Conversation

iamthebot
Copy link

GCC supports the restrict qualifier in lieu of the restrict keyword (which is not available in C++). This PR redefines CK_CC_RESTRICT to use the underscored variant to enable compilation of programs using concurrencykit with G++.

@sbahra sbahra merged commit e9e4503 into concurrencykit:master Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants