[Issue 1699] unexpected identifer in declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 7 23:27:33 PST 2008


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


bugzilla at digitalmars.com changed:

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




------- Comment #1 from bugzilla at digitalmars.com  2008-03-08 01:27 -------
The correct way to declare f would be:

const const(int*) f(){}

or:

const(int*) f() const {}


-- 



More information about the Digitalmars-d-bugs mailing list