From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-03-08 14:05:22


Arkadiy Vertleyb wrote:
> I most likely missed it from the discussion, but what's wrong with
> allowing the user to overload boost::end() for her type?

Two-phase name lookup. boost::end overloads that come after the definition
of a template that uses boost::end are not considered.