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


Andrej Mitrovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|DMD                         |Phobos
         AssignedTo|[email protected]           |[email protected]
         OS/Version|Mac OS X                    |All


--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-09-03 
09:22:05 PDT ---
P.S. currently getopt bails badly on hashes:

-----
import std.getopt;

void main(string[] args)
{
    int[string] tune;
    getopt(args, &tune, "tune");
}
-----

C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\getopt.d(499): Deprecation:
using * on an array is deprecated; use *(receiver).ptr instead
C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\getopt.d(499): Error: cannot
modify immutable expression *cast(immutable(char)*)receiver

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

Reply via email to