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

Define FMT_NOEXCEPT empty when exceptions are disabled #286

Merged
merged 1 commit into from
Mar 3, 2016
Merged

Define FMT_NOEXCEPT empty when exceptions are disabled #286

merged 1 commit into from
Mar 3, 2016

Conversation

Naios
Copy link
Contributor

@Naios Naios commented Mar 3, 2016

-> Fixes warnings about disabled exception support in MSVC

2>...\cppformat\cppformat\cppformat\posix.h(112): warning C4577: 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc (compiling source file ...\cppformat\cppformat\cppformat\posix.cc)
2>...\cppformat\cppformat\cppformat\format.cc(143): warning C4577: 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc

* Fixes warnings about disabled exception support in MSVC
vitaut added a commit that referenced this pull request Mar 3, 2016
Define FMT_NOEXCEPT empty when exceptions are disabled
@vitaut vitaut merged commit fc505b5 into fmtlib:master Mar 3, 2016
@vitaut
Copy link
Contributor

vitaut commented Mar 3, 2016

Merged, thanks!

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