-
Notifications
You must be signed in to change notification settings - Fork 691
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
Compilation fails with GCC 5.5 on Ubuntu 16.04 #477
Comments
Replacing the two failing lines with |
gcc-5.5 did not fully implement the C++14 |
An alternative to the proposed solution would be to conditionally macro away the constexpr from those functions which are already conditionally constexpr. Would you be open to any of those fixes? |
Yes. I haven't decided on the best way forward yet. Your PR is one good way. Dialing back on when |
GCC 5.5 (e.g. Ubuntu 16.04) complains about this line calling into a non-constexpr function
date/include/date/date.h
Line 3920 in dca8ddc
The text was updated successfully, but these errors were encountered: