www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5778] New: Missing attributes.

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5778

           Summary: Missing attributes.
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: blood.of.life gmail.com



19:19:56 PDT ---
Various attributes are not described or even listed on
http://www.digitalmars.com/d/2.0/attribute.html . 

From the top of my head: 

 safe
 trusted
 system
pure
nothrow

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 23 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5778


kennytm gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kennytm gmail.com



pure: http://www.digitalmars.com/d/2.0/function.html#pure-functions
nothrow: http://www.digitalmars.com/d/2.0/function.html#nothrow-functions
 safe, trusted, system:
http://www.digitalmars.com/d/2.0/function.html#function-safety

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 24 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5778


Oleg Kuporosov <Oleg.Kuporosov gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Oleg.Kuporosov gmail.com



04:53:08 PDT ---
Per date there is no description for "immutable", "share" and "inout"
attributes
on http://dlang.org/attribute.html .

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