[C++-sig] 'iteritems', 'iterkeys' and 'itervalues' in dict

David Abrahams dave at boost-consulting.com
Fri Oct 20 03:49:25 CEST 2006


Nindi Singh <nindi73 at yahoo.co.uk> writes:

> SOLVED
>
> I just hit it with PyIter_Next .. so I have to step a but outside Boost. 

No need:

   d.iterkeys().attr("next")()

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list