diff -r df3820d7989d -r 5b37a10234bc lemon/iterable_maps.h --- a/lemon/iterable_maps.h Wed Sep 14 10:00:43 2005 +0000 +++ b/lemon/iterable_maps.h Fri Sep 16 09:00:18 2005 +0000 @@ -140,11 +140,11 @@ template class IterableBoolNodeMap { - typename Graph::NodeMap cmap; + typename Graph::template NodeMap cmap; public: - typedef IterableBoolMap > BimType; + typedef IterableBoolMap > BimType; BimType imap; @@ -198,11 +198,11 @@ template class IterableBoolEdgeMap { - typename Graph::EdgeMap cmap; + typename Graph::template EdgeMap cmap; public: - typedef IterableBoolMap > BimType; + typedef IterableBoolMap > BimType; BimType imap;