Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-01 16:27:18


Ralf W. Grosse-Kunstleve:

> Hi,
> Coincidentally, I just noticed this VC8 warning when compiling
> the Boost.Python tests (using the current boost svn trunk):
>
> C:\home\rwgk\hot\boost\boost/bind.hpp(1639) : warning C4180: qualifier
> applied
> to function type has no meaning; ignored

This warning is caused by an overload resolution bug in VC8 that cannot be
worked around and will probably not be fixed by MS in the VC8 line. The
problematic overload is only instantiated and never called, and the code
works correctly.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk