Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-22 08:56:39


No sooner had I posted this than I found a workaround:

I was using typeid(T).name() as a default parameter value for a constructor.
Using overloading instead of default parameters made the error go away.

Sorry for the static,
Dave

----- Original Message -----
From: "David Abrahams" <david.abrahams_at_[hidden]>

> Hi,
>
> I was hoping that someone knows a workaround for this problem: when I run
> "jam -sTOOLS=mingw" in libs/Python I get the following errors:
>
> c:/boost/boost/python/class.hpp:157: sorry, not implemented:
> `method_call_expr' not supported by dump_expr
>
> c:/boost/boost/python/make_function.hpp:25: sorry, not implemented:
> `method_call_expr' not supported by dump_expr
>
> (in triplicate).
>
> Notably, Aleksey doesn't get the error, using the same version of MinGW!


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