 
            
            
            
            
                27 Jul
                
                    2004
                
            
            
                27 Jul
                
                '04
                
            
            
            
        
    
                8:43 p.m.
            
        Thorsten Ottosen wrote:
Dear All,
I've put meself in a funny situation. I have a class with an begin() end() members, but I wan't to call boost::begin() boost::end() without the boost:: prefix so ADL is functional. Can that be done?
At the point of use, bring boost::begin and boost::end into local scope with using declarations. That should hide the versions in class scope. -- Eric Niebler Boost Consulting www.boost-consulting.com