vthiery / cpp-statsd-client

A header-only StatsD client implemented in C++
MIT License
51 stars 19 forks source link

breakfix for ODR #35

Closed kevinkreiser closed 3 years ago

kevinkreiser commented 3 years ago

if you include this header in multiple compilation units you will violate the ODR and your compiler will tell you that its multiply defined. we inline it to fix this like the rest of the library