Skip to content
forked from fmtlib/fmt
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

Replace throw with FMT_THROW (#2427) #209

Merged
merged 1 commit into from
Jul 18, 2021
Merged

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Jul 18, 2021

Using throw results in compile errors with -fno-exceptions. gcc seems fine with it, but arm-gcc and clang would complain.

Using `throw` results in compile errors with `-fno-exceptions`. gcc seems fine with it, but arm-gcc and clang would complain.
@sthagen sthagen merged commit 220a00c into sthagen:master Jul 18, 2021
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.

2 participants