Skip to content

Conversation

@dmkrepo
Copy link
Contributor

@dmkrepo dmkrepo commented Oct 26, 2015

Use noexcept in MSVC too. Supported since 1900. (https://msdn.microsoft.com/en-us/library/dn956976.aspx)

vitaut added a commit that referenced this pull request Oct 26, 2015
MSVC 2015 supports noexcept
@vitaut vitaut merged commit 5b7d8db into fmtlib:master Oct 26, 2015
@vitaut
Copy link
Contributor

vitaut commented Oct 26, 2015

Merged, thanks!

@patlecat
Copy link

patlecat commented Nov 2, 2015

Previous version of MSVC supported it too as I had to point out on several occasions, at least MSVC2013 has it with the macro: _NOEXCEPT

@vitaut
Copy link
Contributor

vitaut commented Nov 2, 2015

@patlecat Good to know, thanks. However, noexcept is optional and even if it is not supported everything will just work (tm) anyway.

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.

3 participants