Boost logo

Boost Users :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-09-21 14:17:30


Thanks David and Peter. I've put this fix into Boost CVS for future
releases.

        Doug

On Sep 21, 2006, at 2:06 PM, david callu wrote:

> Thank you very much Peter.
> This fix the problem.
> Now, all compile fine with MSVC 2005
>
> Cheer
>
> David Callu
>
>
>
> 2006/9/21, Peter Dimov <pdimov_at_[hidden]>:
> david callu wrote:
>
> > When i compile with GCC 4.1.1, this compile fine.
> > But when i compile with MSVC 2005 it report an error:
>
> [...]
>
> This looks like a bug in Boost.Signals. At signal_template.hpp:213,
> replace:
>
> #if BOOST_WORKAROUND(BOOST_MSVC, <= 0x1700)
>
> with
>
> #if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
>
> and see if it helps.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net