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

MSVC 2015 supports noexcept #215

Merged
merged 1 commit into from
Oct 26, 2015
Merged

MSVC 2015 supports noexcept #215

merged 1 commit into from
Oct 26, 2015

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