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

Visual Studio 2015 compatibility #27

Open
bagobor opened this issue Sep 14, 2015 · 0 comments
Open

Visual Studio 2015 compatibility #27

bagobor opened this issue Sep 14, 2015 · 0 comments

Comments

@bagobor
Copy link

bagobor commented Sep 14, 2015

replace:

#ifdef _MSC_VER
#   include "misc/exception.hpp"
#endif

with:

#if _MSC_VER < 1900
#   include "misc/exception.hpp"
#endif
Habbie added a commit to PowerDNS/luawrapper that referenced this issue Mar 24, 2017
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

No branches or pull requests

1 participant