Chris@16: //======================================================================= Chris@16: // Copyright 2002 Indiana University. Chris@16: // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. (See Chris@16: // accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: //======================================================================= Chris@16: Chris@16: #ifdef BOOST_GRAPH_ITERATION_MACROS_HPP Chris@16: Chris@16: #undef BOOST_GRAPH_ITERATION_MACROS_HPP Chris@16: #undef BGL_CAT Chris@16: #undef BGL_FIRST Chris@16: #undef BGL_LAST Chris@16: #undef BGL_FORALL_VERTICES Chris@16: #undef BGL_FORALL_EDGES Chris@16: #undef BGL_FORALL_ADJACENT Chris@16: #undef BGL_FORALL_OUTEDGES Chris@16: #undef BGL_FORALL_INEDGES Chris@16: Chris@16: #endif