From: "Vincent Finn" <[EMAIL PROTECTED]>
> Hi,
>
> A quick question
> does the latest version of smart_ptr have a bool cast ?
Quick answer: yes, it does.
http://www.boost.org/libs/smart_ptr/shared_ptr.htm#conversions
___
Unsubscribe & other changes: h
Hi,
A quick question
does the latest version of smart_ptr have a bool cast ?
The version I use, 1.22, has an options (define BOOST_SMART_PTR_CONVERSION)
but I know this was taken out in later versions
There was talk of a safe 'operator bool()' but I don't know if anything
came of it!
Vin
_