-
Notifications
You must be signed in to change notification settings - Fork 463
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
libsass 0.13.2 use deprecated -std=gnu++0x #2459
Comments
This has to be checked if the oldest compiler we support has that option. clang 4.0 is a brand new one. |
I'm personally in favour of increasing a minimum support clang/gcc versions. We'll come back around to this after 3.5.0 stable lands. |
@plavcik our project is tracked here: https://github.com/dahlia/libsass-python |
@plavcik also note that we were originally using |
I am in favor of keeping it as is as long as it is only deprecated and not removed. Better compatibiliy with older compilers. |
tbh I can't actually find anything that says it's deprecated (googling deprecated c++0x leads to this issue in fact!) |
I propose switch to
-std=c++11
successfully builded on OpenBSD 6.1 with LLVM
clang version 4.0.0 (tags/RELEASE_400/final)
Target: amd64-unknown-openbsd6.1
Thread model: posix
The text was updated successfully, but these errors were encountered: