Boost logo

Boost :

From: Janusz Piwowarski (jpiw_at_[hidden])
Date: 2003-07-16 04:31:08


Hi,

This patch fixes compilation error with gcc 3.2 (mingw)

Regards,
Janusz

--- subgraph.hpp.orig 2003-07-15 08:32:48.000000000 +0200
+++ subgraph.hpp 2003-07-16 10:32:08.000000000 +0200
@@ -202,14 +202,14 @@
     // Return the children subgraphs of this graph/subgraph.
     // Use a list of pointers because the VC++ std::list doesn't like
     // storing incomplete type.
- typedef typename indirect_iterator<
+ typedef indirect_iterator<
         typename ChildrenList::const_iterator
       , subgraph<Graph>
       , std::bidirectional_iterator_tag
>
     children_iterator;
 
- typedef typename indirect_iterator<
+ typedef indirect_iterator<
         typename ChildrenList::const_iterator
       , subgraph<Graph> const
       , std::bidirectional_iterator_tag


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk