----- Original Message ----- 
From: "Dirk Gerrits" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 12:36 PM
Subject: [boost] Re: Formal Review Request: class optional<>


> [snipped]
> 
> I guess I'd use   if (peek(opt) != 0)   or something. It's not that !! 
> is so ugly, but it's not very clear IMHO.
> 
Another supported alternative which I forgot to mention is:

if ( initialized(opt) ) ...

Fernando Cacciola

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to