
24 Jan
2006
24 Jan
'06
2:01 a.m.
In a different thread At 5:55 PM -0500 1/23/06, David Abrahams wrote:
second_reference second() { return static_cast<second_reference>(*this); }
Should be boost::implicit_cast<second_reference>(*this);
I didn't remember running across implicit_cast, so went looking for its documentation. I found various uses and tests (in the conversion library), but found no documentation for implicit_cast in the boost_1_33_1 release.