We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 in Visual Studio 2015 fails due to the use of the 'and' keyword.
Possible solutions are
#include <ciso646>
args.hxxx
and
&&
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Those ands were removed, though I can't compile using Visual Studio at the moment. I'll have to close this for now.
No branches or pull requests
Compilation in Visual Studio 2015 fails due to the use of the 'and' keyword.
Possible solutions are
#include <ciso646>
inargs.hxxx
and
with&&
The text was updated successfully, but these errors were encountered: