Thread overview
[Issue 11979] New: inout const is not documented
Jan 23, 2014
Walter Bright
Jan 24, 2014
Kenji Hara
Mar 16, 2014
Kenji Hara
January 23, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11979

           Summary: inout const is not documented
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: bugzilla@digitalmars.com


--- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2014-01-23 11:25:26 PST ---
From https://d.puremagic.com/issues/show_bug.cgi?id=11966 :

--------------------------------------
> what does 'inout const' mean?

- A common type qualifier between immutable and inout
- If inout function returns inout(const(T)), it will be deduced to const(T),
immutable(T), or inout(const(T)). Different from inout(T), it won't be  deduced
to T because 'const' sticks.
--------------------------------------

Should be in function.dd

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 24, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11979


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2014-01-23 18:59:41 PST ---
https://github.com/D-Programming-Language/dlang.org/pull/482

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 16, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11979



--- Comment #2 from github-bugzilla@puremagic.com 2014-03-15 21:09:29 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/8fada7876277daab225a3a71b163d05b886abdca fix Issue 11979 - inout const is not documented

https://github.com/D-Programming-Language/dlang.org/commit/56673d6a23c4908809b311aba47e0cb22fb4ef63 Merge pull request #482 from 9rnsr/fix11979

Issue 11979 - inout const is not documented

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 16, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11979


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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