-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Conflicting Namespaces #2
Comments
Yes, this does sound reasonable. A PR would be appreciated. |
Submitted: #3 |
Your PR is excellent. I have added your name to the README and CHANGELOG. I am closing this issue, reopen if you disagree. |
Cheers. Thanks for making this code available in the first place. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SIMDCompressionAndIntersection
shares many classes and header file names withFastPFor
. When using them together, there are issues since this library doesn't enclose anything in a namespace.I'm proposing renaming all
#ifndef NAME_H_
to#ifndef SIMDCompressionAndIntersection_NAME_H_
and enclosing all relevant pieces in a namespace, maybe calledSIMDCompressionLib
?If these sound like reasonable names and changes, I will go ahead and do so.
The text was updated successfully, but these errors were encountered: