
11 Mar
2005
11 Mar
'05
11:19 a.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:\\"))