Thread overview | |||||
---|---|---|---|---|---|
|
October 28, 2011 [Issue 6861] New: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6861 Summary: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: d_lang@ku6.jp --- Comment #0 from Takuya Kurosawa <d_lang@ku6.jp> 2011-10-28 09:19:25 PDT --- Code ---- class Homu { const const(string[string][string]) homuhomu() { return homuhomu_; } private: string[string][string] homuhomu_; } ---- Compile error(dmd 2.056) ---- Error: forward reference to type const(string) Error: cannot implicitly convert expression (this.homuhomu_) of type const(immutable(char)[][string][string]) to const(string[string][string]) ---- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 01, 2012 [Issue 6861] Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Takuya Kurosawa | http://d.puremagic.com/issues/show_bug.cgi?id=6861 SomeDude <lovelydear@mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear@mailmetrash.com --- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 2012-05-01 15:48:27 PDT --- This one compiles and runs fine with 2.059 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 02, 2012 [Issue 6861] Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Takuya Kurosawa | http://d.puremagic.com/issues/show_bug.cgi?id=6861 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid Status|NEW |RESOLVED Resolution| |FIXED OS/Version|Windows |All --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2012-05-01 23:33:22 PDT --- Was fixed by https://github.com/D-Programming-Language/dmd/pull/430 . -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation