libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.49k stars 924 forks source link

Avoid conflicts with external components #934

Closed kone-tlammi closed 1 year ago

kone-tlammi commented 1 year ago

Global namespace alias might cause conflicts with external components. I specifically hit this issue when writing tests for a daemon which uses this library.