orca-zhang / influxdb-cpp

💜 C++ client for InfluxDB.
MIT License
163 stars 83 forks source link

Add include guards to prevent redefinition errors #34

Closed tarc closed 3 years ago

tarc commented 3 years ago

The include guards are handy for those projects including influxdb-cpp in many files.

prince-chrismc commented 3 years ago

This is feedback from the community of a C++ package manger https://github.com/conan-io/conan-center-index/pull/3994

orca-zhang commented 3 years ago

Thanks a lot to your great feedback and contribution.

tarc commented 3 years ago

Thank you, @orca-zhang, for addressing this PR so quickly :)))