[Issue 5216] /+ parsed incorrectly in comments

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 16 16:54:50 PST 2010


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |INVALID


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2010-11-16 16:53:36 PST ---
Commenting out code should properly be done using:

   version (none)
   {
   }

The only thing the /+ comments recognize are +/ and /+. They are working as
designed. They are not intended to recognize tokens or other comments.

-- 
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