Boost logo

Boost Users :

Subject: Re: [Boost-users] [property_tree]problem with equal_range
From: Ken Murphy (murf_at_[hidden])
Date: 2010-02-01 09:51:23


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_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of
> Sebastian Redl
> Sent: Saturday, January 30, 2010 7:50 AM
> To: boost-users_at_[hidden]
> 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_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net