#include "compiler.h" #if GCC_VERSION(4,6) # define foreach(a, b) for (a : b) #else # include # define foreach BOOST_FOREACH #endif