mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
std/numeric.d: Make isIEEEQuadruple private
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org>
This commit is contained in:
parent
a7f3230e95
commit
c5d80bae52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue