epoc32/include/stdapis/boost/graph/iteration_macros_undef.hpp
branchSymbian2
changeset 2 2fe1408b6811
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/boost/graph/iteration_macros_undef.hpp	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +//=======================================================================
     1.5 +// Copyright 2002 Indiana University.
     1.6 +// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
     1.7 +//
     1.8 +// Distributed under the Boost Software License, Version 1.0. (See
     1.9 +// accompanying file LICENSE_1_0.txt or copy at
    1.10 +// http://www.boost.org/LICENSE_1_0.txt)
    1.11 +//=======================================================================
    1.12 +
    1.13 +#ifdef BOOST_GRAPH_ITERATION_MACROS_HPP
    1.14 +
    1.15 +#undef BOOST_GRAPH_ITERATION_MACROS_HPP
    1.16 +#undef BGL_CAT
    1.17 +#undef BGL_FIRST
    1.18 +#undef BGL_LAST
    1.19 +#undef BGL_FORALL_VERTICES
    1.20 +#undef BGL_FORALL_EDGES
    1.21 +#undef BGL_FORALL_ADJACENT
    1.22 +#undef BGL_FORALL_OUTEDGES
    1.23 +#undef BGL_FORALL_INEDGES
    1.24 +
    1.25 +#endif