home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 33,203 of 33,346   
   Jean-Marc Bourguet to Martin Ba   
   Re: Will value semantics make C++ die?   
   11 Sep 13 19:21:08   
   
   From: jm@bourguet.org   
      
   Martin Ba <0xcdcdcdcd@gmx.at> writes:   
      
   > I feel it's a very unfortunate design decision that the (comparison)   
   > operators try to save you the dereferencing.   
      
   Are you arguing against   
      
   template   
   bool operator<(optional const& x, optional const& y);   
      
   or against   
      
   template   
   bool operator<(optional const& x, T const& y);   
      
   Considering that the constructor of optional from a T isn't explicit.   
   I could have some sympathy for arguing against the later one which   
   enable addition conversions.   
      
   Yours,   
      
   --   
   Jean-Marc   
      
      
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca