From 6f4b47f14cce32f9226d983ac982f43730ab3512 Mon Sep 17 00:00:00 2001 From: Ilya Yaroshenko Date: Fri, 20 Feb 2015 12:26:04 +0300 Subject: [PATCH] =?UTF-8?q?std.math:=20=E2=84=961,=20change=20protection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Attribute changed for `RealFormat`, `floatTraits`, `floorImpl`. This suff is usefull in other modules like `std.numeric` and `std.mathspecial`. --- std/math.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/math.d b/std/math.d index f37ae3abd81..f0d5f2f51b0 100644 --- a/std/math.d +++ b/std/math.d @@ -207,7 +207,7 @@ version(unittest) -private: +package: // The following IEEE 'real' formats are currently supported. version(LittleEndian) {