Re: [pygccxml-development] Two patches proposal
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2010-01-11 18:22:00
|
On Mon, Jan 11, 2010 at 3:59 PM, Berserker <ber...@ho...> wrote: > Just a "quick" question: I cannot find anything in the documentation about > boost::unordered, is it supported by py++? We are using > indexing_suite_version = 2 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. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |