[Bug 131] DocComments/Expression -- ^^ logical xor feature request
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu May 25 02:30:14 PDT 2006
    
    
  
http://d.puremagic.com/bugzilla/show_bug.cgi?id=131
bugzilla at digitalmars.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
------- Comment #1 from bugzilla at digitalmars.com  2006-05-25 04:30 -------
A request for this operator often comes up in the C/C++ forums. The general
consensus is that the need for this comes up relatively rarely, and the ==
operator can fill the role adequately, as in:
   (paper != 0) == (plastic != 0)
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list