author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
//======================================================================= |
williamr@2 | 2 |
// Copyright 2002 Indiana University. |
williamr@2 | 3 |
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek |
williamr@2 | 4 |
// |
williamr@2 | 5 |
// Distributed under the Boost Software License, Version 1.0. (See |
williamr@2 | 6 |
// accompanying file LICENSE_1_0.txt or copy at |
williamr@2 | 7 |
// http://www.boost.org/LICENSE_1_0.txt) |
williamr@2 | 8 |
//======================================================================= |
williamr@2 | 9 |
|
williamr@2 | 10 |
#ifdef BOOST_GRAPH_ITERATION_MACROS_HPP |
williamr@2 | 11 |
|
williamr@2 | 12 |
#undef BOOST_GRAPH_ITERATION_MACROS_HPP |
williamr@2 | 13 |
#undef BGL_CAT |
williamr@2 | 14 |
#undef BGL_FIRST |
williamr@2 | 15 |
#undef BGL_LAST |
williamr@2 | 16 |
#undef BGL_FORALL_VERTICES |
williamr@2 | 17 |
#undef BGL_FORALL_EDGES |
williamr@2 | 18 |
#undef BGL_FORALL_ADJACENT |
williamr@2 | 19 |
#undef BGL_FORALL_OUTEDGES |
williamr@2 | 20 |
#undef BGL_FORALL_INEDGES |
williamr@2 | 21 |
|
williamr@2 | 22 |
#endif |