epoc32/include/stdapis/boost/graph/iteration_macros_undef.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 //=======================================================================
     2 // Copyright 2002 Indiana University.
     3 // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
     4 //
     5 // Distributed under the Boost Software License, Version 1.0. (See
     6 // accompanying file LICENSE_1_0.txt or copy at
     7 // http://www.boost.org/LICENSE_1_0.txt)
     8 //=======================================================================
     9 
    10 #ifdef BOOST_GRAPH_ITERATION_MACROS_HPP
    11 
    12 #undef BOOST_GRAPH_ITERATION_MACROS_HPP
    13 #undef BGL_CAT
    14 #undef BGL_FIRST
    15 #undef BGL_LAST
    16 #undef BGL_FORALL_VERTICES
    17 #undef BGL_FORALL_EDGES
    18 #undef BGL_FORALL_ADJACENT
    19 #undef BGL_FORALL_OUTEDGES
    20 #undef BGL_FORALL_INEDGES
    21 
    22 #endif