
Sebastian, It almost works now. To fix the problem, I had to either remove the explicit declaration from the assoc_iterator constructor, or do the following in equal_range: return std::pair<assoc_iterator, assoc_iterator>(assoc_iterator(r.first), assoc_iterator(r.second)); Hope this helps. Ken
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Sebastian Redl Sent: Saturday, January 30, 2010 7:50 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [property_tree]problem with equal_range
Andrey Torba wrote:
i have the same problem Fixed in trunk now.
Sebastian _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users