From: Francis Dupont Date: Mon, 19 Oct 2020 15:17:05 +0000 (+0200) Subject: [#1306] Addressed the comment X-Git-Tag: Kea-1.9.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5011fe6f1eb505928cedbc27e7e611f8a3829b;p=thirdparty%2Fkea.git [#1306] Addressed the comment --- diff --git a/src/lib/util/thread_pool.h b/src/lib/util/thread_pool.h index b1e8ca3e4a..8bdb794bbb 100644 --- a/src/lib/util/thread_pool.h +++ b/src/lib/util/thread_pool.h @@ -423,7 +423,7 @@ private: /// Initialize the 10 packet rounding to exp(-.1) template - const double ThreadPool::CEXP10 = std::exp(-.1); +const double ThreadPool::CEXP10 = std::exp(-.1); /// Initialize the 100 packet rounding to exp(-.01) template