Is there any expected semantic change for using BOOST_FOREACH?
I am having trouble rebuilding Wesnoth and get an error:
foreach.hpp:6:17: error: 'boost::BOOST_FOREACH' has not been declared
and foreach.hpp is:
#ifndef FOREACH_HPP
#define FOREACH_HPP

#include <boost/foreach.hpp>

#define foreach BOOST_FOREACH

#endif
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to