countly-sdk-cpp icon indicating copy to clipboard operation
countly-sdk-cpp copied to clipboard

No namespace

Open Zephilinox opened this issue 3 years ago • 0 comments
trafficstars

Without a namespace, the contents of the header polute the global namespace. in particular, the using json is quite unfortunate

clients of this SDK need to wrap the #include <countly.hpp> in a namespace as a work-around

Zephilinox avatar Jan 25 '22 15:01 Zephilinox