We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fde229 commit 3f3cae9Copy full SHA for 3f3cae9
include/cpp-statsd-client/StatsdClient.hpp
@@ -96,7 +96,7 @@ class StatsdClient {
96
const uint64_t batchsize = 0,
97
const uint64_t sendInterval = 1000,
98
const int gaugePrecision = 4,
99
- FrequencyFunc frequencyFunc =
+ FrequencyFunc frequencyFunc =
100
std::bind(detail::rand, std::random_device()())) noexcept;
101
102
StatsdClient(const StatsdClient&) = delete;
0 commit comments