Skip to content

fix compilation errors in clang#2

Open
ShnitzelKiller wants to merge 3 commits intodedoardo:masterfrom
ShnitzelKiller:master
Open

fix compilation errors in clang#2
ShnitzelKiller wants to merge 3 commits intodedoardo:masterfrom
ShnitzelKiller:master

Conversation

@ShnitzelKiller
Copy link
Copy Markdown

No description provided.

Comment on lines -1048 to -1049
bool fixFront = j & 1 == 1;
bool fixEnd = (j >> 1) & 1 == 1;
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least according to clang, 1==1 is executed first. I assume this wasn't the intention.

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