We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28dc42 commit 78cf82eCopy full SHA for 78cf82e
subproject/simple/include/simple_dragonbox.h
@@ -1328,7 +1328,7 @@ namespace jkj {
1328
static_assert(carrier_bits >= significand_bits + 2 + floor_log2_pow10(kappa + 1));
1329
static_assert(min_k >= format::min_k && max_k <= format::max_k);
1330
1331
- static constexpr typename format::template cache_holder<CacheType> cache_;
+ static constexpr typename format::template cache_holder<CacheType> cache_{};
1332
1333
template <int N>
1334
static constexpr bool check_divisibility_and_divide_by_pow10(carrier_uint& n) {
0 commit comments