-
Notifications
You must be signed in to change notification settings - Fork 45
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
fails to compile with older versions of clang w/ -std=c++0x #58
Comments
thanks :) |
https://travis-ci.org/github/trapexit/mergerfs/jobs/725001551 Doesn't appear so but I did try testing it in isolation and couldn't reproduce it either. Must be something about my usage. I'll have to dig into it more. |
@trapexit Only now special-cased the type traits that are missing when using clang 3.4. Would appreciate it if you have a look if above change (take 2) solves compiling with clang 3.4; thanks in advance. |
Haven't gotten the time to investigate in detail but still errors out with the new change. https://travis-ci.org/github/trapexit/mergerfs/jobs/725066910 |
…trapexit) Fix std11::is_assignable<T,U>: add second template argument
@trapexit Fixed overlooked second template argument of |
https://travis-ci.org/github/trapexit/mergerfs/jobs/725236488 Seems to have fixed things on 3.4 but still broken on 5 (from Ubuntu Trusty). |
@trapexit I'm not very adept at Travis' usage and the various distributions one can or must use to certain effects, or deducing the information of interest from a log. That said, isn't Non-failing usage of optional-lite with clang 5.0.0 (or 4.0.0 for that matter): So, this looks like a different defiance from the clang 3.4 one to me. It hints to a standard-library-dependency check instead of a compiler version check, something that is not present in any of the *-lite libraries as far as I'm aware. Could use some helpful input here :) |
https://travis-ci.org/github/trapexit/mergerfs/jobs/724307527#L256
The text was updated successfully, but these errors were encountered: