Skip to content

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