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

Include header for std::invalid_argument #323

Merged
merged 1 commit into from Sep 8, 2020

Conversation

jwakely
Copy link
Contributor

@jwakely jwakely commented Jun 2, 2020

As documented at https://gcc.gnu.org/gcc-10/porting_to.html#cxx the C++ headers in GCC 10 no longer include <stdexcept> in places that don't need it. This causes leatherman to fail to compile because it uses std::invalid_argument without including the right header.

As documented at https://gcc.gnu.org/gcc-10/porting_to.html#cxx the C++ headers in GCC 10 no longer include `<stdexcept>` in places that don't need it. This causes leatherman to fail to compile because it uses `std::invalid_argument` without including the right header.
@jwakely jwakely requested a review from a team June 2, 2020 23:02
@puppetlabs-jenkins
Copy link
Contributor

Can one of the admins verify this patch?

@jwakely
Copy link
Contributor Author

jwakely commented Jun 2, 2020

N.B. I haven't signed your CLA, but this change is trivial.

@puppetcla
Copy link

CLA signed by all contributors.

@MikaelSmith
Copy link
Contributor

Thanks, I'll take care of getting this merged in.

@MikaelSmith MikaelSmith closed this Jun 3, 2020
@MikaelSmith MikaelSmith reopened this Jun 3, 2020
@MikaelSmith
Copy link
Contributor

jenkins please test this

@MikaelSmith
Copy link
Contributor

Actually @puppetlabs/night-s-watch, I might need help. Acceptance tests look misconfigured.

@ciprianbadescu
Copy link
Contributor

jenkins please test facter

@mihaibuzgau mihaibuzgau merged commit 336ae14 into puppetlabs:master Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants