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