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

Added a couple delete operators to make std=gnu++14/17 link #312

Merged
merged 1 commit into from
Jul 27, 2019

Conversation

kevinfrei
Copy link
Contributor

Without this change, you'll get link errors for a variety of destructors complaining about "undefined operator delete(void *, unsigned int)" when you try to compile with -std=gnu++14 (or gnu++17) with GCC 7.2.1 (arm-none-eabi-gcc 7-2017q4)

@hathach
Copy link
Member

hathach commented Jul 27, 2019

thank you very much, I only compiled with gnu++11 so far, isn't aware of this issue :)

@hathach hathach merged commit b4043ee into adafruit:master Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants