Re: [pygccxml-development] Two patches proposal
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2010-01-12 19:49:47
|
On Tue, Jan 12, 2010 at 12:54 PM, Berserker <ber...@ho...> wrote: > I think that Py++ should support first std container (I mean "automatically" > detect it and map to the related indexing suite). Since Py++ already detects > some boost classes, I think that it should support boost::unordered too... > On the other side I think that some api that allows exposing custom > containers > (dunno if already exists) should be available, maybe something like: > my_container1 -> expose with indexing::map_suite > my_container2 -> expose with indexing::list_suite I started to implement support for std::unordered_* and already found a first obstacle: gccxml. It is not able to handle C++0x code. I found this post: http://www.mail-archive.com/gc...@gc.../msg00462.html So, in order Py++ and pygccxml support new containers, gccxml should support them first. Tomorrow I will try to add support to boost::unordered containers. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |