summaryrefslogtreecommitdiff
path: root/src/classlibnative
diff options
context:
space:
mode:
authorAndrey Kurdyumov <kant2002@gmail.com>2018-06-04 22:24:37 +0600
committerJan Kotas <jkotas@microsoft.com>2018-06-04 09:24:37 -0700
commitda0a05431913dd5e3d65c5d3c74d7f12cf3f9ebb (patch)
tree36f24337efdf12a9c33f923d9b76bd91e1e1ea10 /src/classlibnative
parent102ddee1c67ec45dfee101c0b57285b83dbe68ef (diff)
downloadcoreclr-da0a05431913dd5e3d65c5d3c74d7f12cf3f9ebb.tar.gz
coreclr-da0a05431913dd5e3d65c5d3c74d7f12cf3f9ebb.tar.bz2
coreclr-da0a05431913dd5e3d65c5d3c74d7f12cf3f9ebb.zip
Fix error during compilation with /permissive- (#18272)
Diffstat (limited to 'src/classlibnative')
-rw-r--r--src/classlibnative/bcltype/grisu3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classlibnative/bcltype/grisu3.h b/src/classlibnative/bcltype/grisu3.h
index dbbec06212..b3c5a40efa 100644
--- a/src/classlibnative/bcltype/grisu3.h
+++ b/src/classlibnative/bcltype/grisu3.h
@@ -33,7 +33,7 @@ private:
static void CachedPower(int k, DiyFp* cmk, int* decimalExponent);
static bool DigitGen(const DiyFp& mp, int count, wchar_t* buffer, int* len, int* k);
static bool RoundWeed(wchar_t* buffer, int len, UINT64 rest, UINT64 tenKappa, UINT64 ulp, int* kappa);
- static void Grisu3::BiggestPowerTenLessThanOrEqualTo(UINT32 number, int bits, UINT32 *power, int *exponent);
+ static void BiggestPowerTenLessThanOrEqualTo(UINT32 number, int bits, UINT32 *power, int *exponent);
// 1/lg(10)
static const double D_1_LOG2_10;
@@ -158,4 +158,4 @@ private:
};
};
-#endif \ No newline at end of file
+#endif