http://d.puremagic.com/issues/show_bug.cgi?id=5529


kenn...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenn...@gmail.com


--- Comment #1 from kenn...@gmail.com 2011-04-13 04:42:18 PDT ---
A simple patch is to replace that 'const' with 'immutable'.


diff --git a/std/system.d b/std/system.d
index 8b205cb..862e99f 100644
--- a/std/system.d
+++ b/std/system.d
@@ -18,7 +18,7 @@
  */
 module std.system;

-const
+immutable
 {

     // Operating system family

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to