[C++-sig] June 2002 Progress Report

David Abrahams david.abrahams at rcn.com
Fri Jul 19 21:03:27 CEST 2002


From: "Ralf W. Grosse-Kunstleve" <rwgk at yahoo.com>

> From the June progress report:
> 
> Python     C++  
> y = x.foo  y = x.attr("foo");  
> ...
> x and y    x and y  
>              ^^^
> 
> Should this be &&, or is there something in C++ that I don't know about?

Try it and find out ;-)

-Dave






More information about the Cplusplus-sig mailing list