
1 Feb
2006
1 Feb
'06
2:51 p.m.
"AlisdairM" <alisdair.meredith@uk.renaultf1.com> writes:
Borland does not like the new version of compressed pair.
It turns out it cannot handle static_cast-ing a class to reference to private base, although it will allow implicit conversion. Hence the patch simply drops the casts on the Borland compilers:
cvs diff -wb -- boost\detail\compressed_pair.hpp (in directory E:\sourceforge\devel\boost\)
Alisdair, it's a bit nicer if you can use diff -dbu, or -du. Unified diffs are easier to understand, and while -b sometimes loses indentation, -w can miss crucial changes. In any case there's not much point in using -w and -b together, is there? nanny-ly y'rs, Dave -- Dave Abrahams Boost Consulting www.boost-consulting.com