Replace floating pointer formatter with errol1
This commit is contained in:
parent
411e45ec5c
commit
74ece7ddf4
File diff suppressed because it is too large
Load Diff
@ -87,7 +87,7 @@ if (isFloatingPoint!F)
|
|||||||
static assert(ieeePrecision!double == IEEEPrecision.double_);
|
static assert(ieeePrecision!double == IEEEPrecision.double_);
|
||||||
}
|
}
|
||||||
|
|
||||||
private union FloatBits(F)
|
package(tanya) union FloatBits(F)
|
||||||
{
|
{
|
||||||
Unqual!F floating;
|
Unqual!F floating;
|
||||||
static if (ieeePrecision!F == IEEEPrecision.single)
|
static if (ieeePrecision!F == IEEEPrecision.single)
|
||||||
|
Loading…
Reference in New Issue
Block a user