[C++-sig] custom constructor with embedded back reference

2008-12-20 Thread Tim Prepscius
I just wanted to thank http://mail.python.org/pipermail/cplusplus-sig/2007-July/012293.html I've extended what he wrote.. I needed late binding for c++ to python objects. Hope this is useful for someone else. Maybe there was some other way I was supposed to do this, but I couldn't find it. Um..

[C++-sig] pyste and compressed_pair

2008-12-20 Thread Dmitriy Morozov
Hi, If I have the simplest header file that includes compressed_pair.hpp, and I run pyste on it, pyste crashes complaining about is_abstract.hpp included from compressed_pair.hpp. An example and error messages are below. I was wondering if this was a known problem, and if there are any workarounds