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 f7d2cd2 commit cad3805Copy full SHA for cad3805
test/unittest/readertest.cpp
@@ -207,7 +207,7 @@ static void TestParseDouble() {
207
208
TEST_DOUBLE(fullPrecision, "0.0", 0.0);
209
TEST_DOUBLE(fullPrecision, "-0.0", -0.0); // For checking issue #289
210
- TEST_DOUBLE(fullPrecision, "0e100", 0.0); // Normalize() must not invoke __builtin_clzll(0)
+ TEST_DOUBLE(fullPrecision, "0e100", 0.0); // For checking issue #1249
211
TEST_DOUBLE(fullPrecision, "1.0", 1.0);
212
TEST_DOUBLE(fullPrecision, "-1.0", -1.0);
213
TEST_DOUBLE(fullPrecision, "1.5", 1.5);
0 commit comments