|
Boost : |
From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2003-10-27 19:37:56
"Fernando Cacciola" <fernando_cacciola_at_[hidden]> escribió en el mensaje
news:bnkclc$8hh$1_at_sea.gmane.org...
> optional<T> opt ;
> if ( opt != none )
> {
> // opt is initialized
> foo(opt);
Opps!
This should be:
foo(*opt);
Fernando Cacciola
SciSoft
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk