[Issue 6922] [TDPL] superimposing of const and immutable does not work correctly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 10 12:48:58 PST 2011


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



--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2011-11-10 12:48:18 PST ---
>From discussion in https://github.com/D-Programming-Language/dmd/pull/505

1. inout + const of T should parse [1a] const(T) or [1b] inout(T)?
2. or introduce new combined qualifier inout(const(T))? (see bug 6930)

Current my patch have selected [1a] as the result.

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


More information about the Digitalmars-d-bugs mailing list