Re: [boost] smart_ptr and operator bool

2002-12-17 Thread Peter Dimov
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

[boost] smart_ptr and operator bool

2002-12-17 Thread Vincent Finn
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 _