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

Use throw() when noexcept is not supported #110

Merged
merged 1 commit into from
Feb 14, 2015
Merged

Conversation

CarterLi
Copy link
Contributor

I decide to split my old PR into smaller ones as project owner's request.
I'll create another one after this gets merged.

vitaut added a commit that referenced this pull request Feb 14, 2015
Use throw() when noexcept is not supported
@vitaut vitaut merged commit 5282beb into fmtlib:master Feb 14, 2015
@vitaut
Copy link
Contributor

vitaut commented Feb 14, 2015

Thanks for clarification. Merged.

@CarterLi
Copy link
Contributor Author

Thanks for merging @vitaut
We should do more CMake checks in the future because code like __cplusplus>=201103 may incorrectly disable C++11 features before g++-4.7 due to the gcc bug

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