std/numeric.d: Make isIEEEQuadruple private

Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org>
This commit is contained in:
Ast-x64 2022-06-17 21:38:33 +08:00 committed by GitHub
parent a7f3230e95
commit c5d80bae52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ public enum CustomFloatFlags
none = 0
}
enum isIEEEQuadruple = floatTraits!real.realFormat == RealFormat.ieeeQuadruple;
private enum isIEEEQuadruple = floatTraits!real.realFormat == RealFormat.ieeeQuadruple;
private template CustomFloatParams(uint bits)
{