Re: [pygccxml-development] Two patches proposal
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2010-01-12 10:19:47
|
On Mon, Jan 11, 2010 at 10:28 PM, Berserker <ber...@ho...> wrote: >> No. Py++ doesn't support boost::unordered containers. >> >> I have a luck to work with recent compilers, so they already have such >> functionality. >> >> If boost::unordered containers does not require tweaking to indexing >> suite v2, than it should not be too difficult to add support for them. > > I think (but I'm not really sure...) that unordered_map and unordered_set > could be "mapped" as standards maps and sets. I think it's important to > support > these containers since they are now part of the standard library. So, may be Py++ should support the std containers first? > Let me know if I can help in some way. Patches :-)? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |