Hello,
I noticed that some Py++ traits for standard containers are missing a
few methods that I think would be needed.
For example `set_traits' (container traits for `std::set') is missing
`method_len' that, in my opinion, should be provided.
Is this a feature or a bug? And in the former case, how
On Sat, Feb 13, 2010 at 5:41 PM, peoro wrote:
> Hello,
> I noticed that some Py++ traits for standard containers are missing a
> few methods that I think would be needed.
> For example `set_traits' (container traits for `std::set') is missing
> `method_len' that, in my opinion, should be provided