foreach helper for standalone build. More...
#include "boost/foreach.hpp"
Go to the source code of this file.
Defines | |
#define | ATHCONTAINERS_FOREACH(A, B) BOOST_FOREACH(A, B) |
foreach helper for standalone build.
ATHCONTAINERS_FOREACH
to use either BOOST_FOREACH
for C++ directly, depending on whether or not we're using c++11.