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

Fix compilation with avr-gcc 7x #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adbancroft
Copy link

Re-instate 1e245c1, which was removed as part of 4fd647b.

This provides support for avr-gcc 7.x: this is the gcc version that Arduino ships with, so it's a popular platform.

@adbancroft
Copy link
Author

May help #15, though avr-gcc 5.2 may be too out of date to parse some of the library.

include/type_traits Outdated Show resolved Hide resolved
include/utility Outdated Show resolved Hide resolved
@ckormanyos
Copy link
Collaborator

I just wanted to bump this item. Thanks @adbancroft this does interest us. I'll try to scrape up just a bit of time to take it down the GCC5 road and see what's up. I intend to look at it. It's just that this project is hard for me to find time for.

Cc: @salkinium

_GLIBCXX_USE_MAKE_INTEGER_SEQ was being tested before it was set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants