Boost logo

Boost :

From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2005-02-04 11:53:08


--- John Maddock <john_at_[hidden]> wrote:

> > The attached patch solves the problem for GCC.

It also solves all Boost.Python + newer gcc woes and doesn't cause any hickups
on any other platform.

> Unfortunately that's the last patch I'd like to make, because it breaks
> type-traits compatibility with the TR1.
>
> Can someone familiar with python testing please test the patch below:
>
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/python/object_core.hpp,v
> retrieving revision 1.45
> diff -r1.45 object_core.hpp
> 386c386
> < template <class T>
> ---
> > template <class T, class U>
> 388c388
> < get(T const& x, ...)
> ---
> > get(T const& x, U)

Looks like a job for me. I'll try it!
Ralf

                
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo


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