Boost logo

Boost Users :

From: Ákos Maróy (akos_at_[hidden])
Date: 2008-08-18 15:58:15


Alan M. Carroll wrote:
> This is most commonly generated by comparing iterators from different
> containers. That's what the "incompatible" means. Also, a default
> constructed iterator is considered to be from a different container
> to any initialized iterator. E.g., comparing an iterator from begin()
> and a default constructed iterator will generate this exception. I
> would check the origin of the iterators on which you are callling
> operator ==.

Well, I see - but how? it's not that I'm creating these iterators, these
seem to be boost::signals internal details - as the namespace says as
well, boost::signals::detail::named_slot_map_iterator...

Akos


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