00001 /* 00002 * Copyright (c) 2010 Remko Tronçon 00003 * Licensed under the GNU General Public License v3. 00004 * See Documentation/Licenses/GPLv3.txt for more information. 00005 */ 00006 00007 #pragma once 00008 00009 #include <boost/foreach.hpp> 00010 00011 #undef foreach 00012 #define foreach BOOST_FOREACH 00013 #define reverse_foreach BOOST_REVERSE_FOREACH