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
Hi, I'm starting to use this library for a project and wanted to understand the code it uses. I noticed however that the comment on line 73 says exactly the opposite of what the code does: the line d |= (1 << i); sets the i-th bit to 1 no matter what. It's a simple issue and doesn't affect the code, but it can be quite confusing.
The text was updated successfully, but these errors were encountered:
Hi, I'm starting to use this library for a project and wanted to understand the code it uses. I noticed however that the comment on line 73 says exactly the opposite of what the code does: the line
d |= (1 << i);
sets the i-th bit to 1 no matter what. It's a simple issue and doesn't affect the code, but it can be quite confusing.The text was updated successfully, but these errors were encountered: