$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-04-09 05:25:28
> could this fix be merged only the 1.30 branch? I would really like to
> be able to keep using a stable release branch instead of having to
> convert my project over to using the CVS version. Moving to CVS is
> expecially difficult sunce several of the projects that I rely upon also
> use Boost 1.30 and it is unlikely they will be moving to using boost cvs
> any time soon.
Not sure whether that's a good idea or not... can you not just integrate the
diff in your source?:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/boost/type_traits
/is_convertible.hpp.diff?r1=1.15&r2=1.16
John.