You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this is standard C++, but MSVC does not handle it properly. You'll have to disable the language extensions to get it to work ( Yes enabling extensions removes support for parts of the standard 😦 )
I find that using or/not/and keywords helps me avoid bugs ( & vs &&) and makes the code more readable.
I'm developing all my code under Linux with clang/gcc and currently have no access to a VisualStudio development environment.
I'll be happy to accept a PR 😄
For example (icode.h):
I cannot compile it. And there are many other operands too.
The text was updated successfully, but these errors were encountered: