Skip to content

change throw() to noexcept to conform to c++11 #552

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

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

omki2005
Copy link

@omki2005 omki2005 commented Nov 7, 2016

throw() is deprecated in c++11. Should probably move to using noexcept instead

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3051.html

@cdunn2001
Copy link
Contributor

Can we do anything about the AppVeyor build?

@omki2005
Copy link
Author

omki2005 commented Nov 7, 2016

Done but I don't have MSVCC. Does anyone know what _MSC_VER will be for
Visual Studio 2015? Because that's when noexcept starts to be supported.

https://msdn.microsoft.com/en-us/library/hh567368.aspx

I guess it's 1900 from the wiki page

On Mon, Nov 7, 2016 at 5:19 PM, Christopher Dunn [email protected]
wrote:

Can we do anything about the AppVeyor build?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#552 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWPX6-N1cC7MWQp_x9MORXObcJETrA7Xks5q76PhgaJpZM4Krm9S
.

@cdunn2001 cdunn2001 merged commit 34fc002 into open-source-parsers:master Nov 8, 2016
@omki2005 omki2005 deleted the noexcept branch November 8, 2016 14:09
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