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

Compilation fails in Visual Studio 2015 due to 'and' keyword #10

Closed
tdsat opened this issue Jul 16, 2016 · 2 comments
Closed

Compilation fails in Visual Studio 2015 due to 'and' keyword #10

tdsat opened this issue Jul 16, 2016 · 2 comments

Comments

@tdsat
Copy link

tdsat commented Jul 16, 2016

Compilation in Visual Studio 2015 fails due to the use of the 'and' keyword.

Possible solutions are

  1. Disabling language extensions in the compiler (/Za)
  2. Adding #include <ciso646> in args.hxxx
  3. Replacing every instance of and with &&
@Taywee
Copy link
Owner

Taywee commented Jul 16, 2016

Oh my god, you're right. I can't believe I did that. Consequence of doing C++ at home after doing Python all day at work. I'll fix that immediately.

@Taywee
Copy link
Owner

Taywee commented Jul 16, 2016

Those ands were removed, though I can't compile using Visual Studio at the moment. I'll have to close this for now.

@Taywee Taywee closed this as completed Jul 16, 2016
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

2 participants