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

Try for adaption to down to avr-gcc 5.2 #15

Open
ckormanyos opened this issue Jan 25, 2022 · 0 comments
Open

Try for adaption to down to avr-gcc 5.2 #15

ckormanyos opened this issue Jan 25, 2022 · 0 comments

Comments

@ckormanyos
Copy link
Collaborator

This is an experimental ticket.

Several important domains still use avr-gcc 5.2, 5.3, or 5.4.

We do, however, find that at least one compiler-intrinsic (i.e., __is_constructible used often in <type_traits>) is unavailable.

1e245c1 works around this phenomenon. It is worth a try to see if the very-detailesmanual re-write of certain std::is_constructible codes might, in fact, with the workaround this for even GCC 5.2.

That manual implementation of __is_constructible was, however, (or so it seems) subsequently removed.

Try to refactor the preprocessor logic here to give it a try on GCC 5.2 using that previous manual implementatoin.

@ckormanyos ckormanyos changed the title Try for adaption to avr-gcc 5.2 or higher Try for adaption to down to avr-gcc 5.2 Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant