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

clang++ support #4

Open
jdgarciauc3m opened this issue Feb 18, 2018 · 1 comment
Open

clang++ support #4

jdgarciauc3m opened this issue Feb 18, 2018 · 1 comment
Labels

Comments

@jdgarciauc3m
Copy link
Contributor

clang++ under linux fails compiling.

I checked this with clang++4.0 and clang++5.0.

Error message:

fastflow/ff/spin-lock.hpp:61:27: warning: braces around scalar initializer [-Wbraced-scalar-init]
    AtomicFlagWrapper():F(ATOMIC_FLAG_INIT) {}
                          ^~~~~~~~~~~~~~~~
@mdrocco
Copy link
Contributor

mdrocco commented Feb 19, 2018

This is being fixed within the branch fully-c++11.

@mdrocco mdrocco added the bug label Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants