Fernando Cacciola wrote:

----- Original Message -----
From: "Dirk Gerrits"
To:
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) ) ...

Ooh. Nice! :)

Dirk Gerrits



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

Reply via email to