Skip to content

Replace literal keyword or with || operator in FileModule.cpp#15

Open
MineRobber9000 wants to merge 1 commit into
JoeStrout:mainfrom
MineRobber9000:fix-filemodule
Open

Replace literal keyword or with || operator in FileModule.cpp#15
MineRobber9000 wants to merge 1 commit into
JoeStrout:mainfrom
MineRobber9000:fix-filemodule

Conversation

@MineRobber9000

Copy link
Copy Markdown
Contributor

MSVC doesn't really like the literal keyword operators, and it seemed kind of dumb to include <iso646.h> when it's only used in these 8 spots here (there are some compiler flags you can toss at MSVC to make it work, but those require disabling MSVC's permissive mode which causes a bunch of other stuff to break).

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.

1 participant