We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792d14 commit 448481dCopy full SHA for 448481d
include/tao/json/external/double.hpp
@@ -1633,7 +1633,6 @@ namespace json_double_conversion
1633
{
1634
const int kBase10MaximalLength = 17;
1635
const int kMaxExponentialDigits = 120;
1636
- const int kDecimalRepCapacity = kMaxExponentialDigits + 2;
1637
const int kFastDtoaMaximalLength = 17;
1638
const int kMinimalTargetExponent = -60;
1639
const int kMaximalTargetExponent = -32;
0 commit comments