We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The reason is given here: https://google.github.io/styleguide/cppguide.html#Namespaces
This would require users of SWI-cpp2.h to add a "using namespace swi_cpp2;" or add "swi_cpp2::" to all references to items in SWI-cpp2.h.
The text was updated successfully, but these errors were encountered:
Just swi?
swi
Sorry, something went wrong.
Namespace swi seems good to me. I'll prepare some PRs but I'm not in a hurry.
No branches or pull requests
The reason is given here: https://google.github.io/styleguide/cppguide.html#Namespaces
This would require users of SWI-cpp2.h to add a "using namespace swi_cpp2;" or add "swi_cpp2::" to all references to items in SWI-cpp2.h.
The text was updated successfully, but these errors were encountered: