From: dave_abrahams (david.abrahams_at_[hidden])
Date: 2002-02-05 17:37:53


--- In boost_at_y..., "canontriplex" <canontriplex_at_y...> wrote:
> I get this error when trying to build python libraries with jam
>
> ..\..\..\boost/bind/mem_fn_template.hpp(135) : error
> C2562: '()' : 'void' functi
> on returning a value
> any ideas?

It looks like you are using a boost installation which has a very
old version of Boost.Bind (before void returns were supported for
msvc) and a newer version of Boost.Python.