
25 Jan
2006
25 Jan
'06
9:30 p.m.
"David Abrahams" wrote
It's simple: it's a cast you use when the source type is implicitly convertible to the target type, to force the implicit conversion. It's less liberal than static_cast, which will convert in the opposite direction.
Hows the attached? Its <libs/conversion/index.html> with the above info on implicit_cast added. regards Andy Little