Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of tango.core.Atomic.Atomic

Show
Ignore:
Author:
larsivi (IP: 62.16.230.103)
Timestamp:
02/11/07 15:30:54 (17 years ago)
Comment:

Fixed in svn

Legend:

Unmodified
Added
Removed
Modified
  • tango.core.Atomic.Atomic

    v1 v2  
    1 ==== KeYeR-L ==== 
    2 in documentation: 
     1= tango.core.Atomic.Atomic comments = 
    32 
     3''Please state your comments and issues here appended by your name/username. Thanks'' 
    44 
    5 {{{ 
    6   struct Atomic (T); 
    7     This '''class''' represents a value which will be subject to competing access. 
    8 }}} 
    9   
    10 it is struct not a class :P 
     5== Fixed/handled == 
    116 
     7~~In documentation: struct Atomic (T); This '''class''' represents a value which will be subject to competing access. it is struct not a class. - KeYeR ~~ 
     8