Re: [boost] regression test tools ported to vacpp
by Toon Knapen other posts by this author
Jun 8 2004 1:45PM messages near this date
RE: [boost] Re: Thread lib (good reason for static)
|
Re: [boost] regression test tools ported to vacpp
Vladimir Prus wrote:
> Ok, first comments. There's a lot of errors like:
>
> "/home/tk/boost_regression/boost/boost/bind.hpp", line 138.50: 1540-0403 (S) "template
<class R, class T> boost::_bi::unwrap(R T::* const *, int)" is already defined.
> "/home/tk/boost_regression/boost/boost/bind.hpp", line 133.50: 1540-0425 (I) "unwrap" i
s defined on line 133 of "/home/tk/boost_regression/boost/boost/bind.hpp".
>
> in particular, the program_options library fails with this error. And of course, "bind_tes
t" fails too.
> I wonder what can be done.
in concertation with Peter Dimov I just commented out the overload and
this seems to work.
Peter predicted that bind_const_test would not work anymore due to this
change but it seems to me that it does work. Well anyway, I have to
regenerate the status pages to be sure (I'll launch the update shortly)
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Toon Knapen
Vladimir Prus
|