Thread overview
[Issue 2366] New: Const member function syntax is missing
Sep 18, 2008
d-bugmail
Oct 05, 2008
d-bugmail
Oct 21, 2008
d-bugmail
September 18, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2366

           Summary: Const member function syntax is missing
           Product: D
           Version: 2.019
          Platform: All
               URL: http://digitalmars.com/d/2.0/const3.html
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: terranium@yandex.ru


A small example of const member function declaration in docs is desired
here http://digitalmars.com/d/2.0/const3.html
or here http://digitalmars.com/d/2.0/function.html
or here http://digitalmars.com/d/2.0/class.html

Also here http://digitalmars.com/d/2.0/declaration.html#FunctionAttributes function attributes are limited to pure and nothrow, while const is also a function attribute.


-- 

October 05, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2366





------- Comment #1 from bugzilla@digitalmars.com  2008-10-04 22:44 -------
I'll add it to const3.


-- 

October 21, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2366


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2008-10-20 22:23 -------
Fixed dmd 2.020


--