[C++-sig] [Py++] Indexing suite 2: missing methods

2010-02-13 Thread peoro
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

Re: [C++-sig] [Py++] Indexing suite 2: missing methods

2010-02-13 Thread Roman Yakovenko
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