Change formatting
This commit is contained in:
parent
9996e1d4a7
commit
e260406001
@ -2081,7 +2081,8 @@ template <> struct cache_accessor<double> {
|
|||||||
"k is out of range");
|
"k is out of range");
|
||||||
|
|
||||||
#if FMT_USE_FULL_CACHE_DRAGONBOX
|
#if FMT_USE_FULL_CACHE_DRAGONBOX
|
||||||
return data::dragonbox_pow10_significands_128[k - float_info<double>::min_k];
|
return data::dragonbox_pow10_significands_128[k -
|
||||||
|
float_info<double>::min_k];
|
||||||
#else
|
#else
|
||||||
static const int compression_ratio = 27;
|
static const int compression_ratio = 27;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user