11 Mar
                
                    2005
                
            
            
                11 Mar
                
                '05
                
            
            
            
        
    
                12:19 p.m.
            
        Is it possible to use the BOOST_FOREACH technology to create something that work with objects where end is the default constructor? example boost::filesystem for (directory_iterator itr("C:\\"); itr != directory_iterator(); ++itr) .. BOOST_FOREACH_2(directory_iterator itr("C:\\"))