
15 Sep
2005
15 Sep
'05
3:02 p.m.
David Abrahams <dave@boost-consulting.com> writes:
Are you really detecting whether range_begin can be found via ADL?
No.
Then how are you arranging for the semantics to fall back to x.begin() when range_begin(x) can't be found? If you're not really doing that, you need to fix the docs.
Duh; it's obvious -- you provide the default implementation of begin(x) in boost. Sorry 'bout that mental lapse :) -- Dave Abrahams Boost Consulting www.boost-consulting.com