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
Without a namespace, the contents of the header polute the global namespace. in particular, the using json is quite unfortunate
using json
clients of this SDK need to wrap the #include <countly.hpp> in a namespace as a work-around
#include <countly.hpp>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without a namespace, the contents of the header polute the global namespace. in particular, the
using json
is quite unfortunateclients of this SDK need to wrap the
#include <countly.hpp>
in a namespace as a work-aroundThe text was updated successfully, but these errors were encountered: