Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2002-06-12 14:30:31


Thanks Arjun. I happen to be working on the isomorphism algorithm today :)
I want to add edge invariants.

Cheers,
Jeremy

On Wed, 12 Jun 2002, Arjun Bijanki wrote:

arjunb> It looks like the header isomorphism.hpp is missing 'typename' keywords
arjunb> in two places where they are required. Both of these qualified names
arjunb> are dependent on a template parameter as per 14.6.2.1 in the ISO/IEC
arjunb> 14882.
arjunb>
arjunb> 50c50
arjunb> < typedef std::vector<vertex1_t>::iterator vertex_iter;
arjunb> ---
arjunb> > typedef typename std::vector<vertex1_t>::iterator vertex_iter;
arjunb> 55c55
arjunb> < typedef std::vector<edge1_t>::iterator edge_iter;
arjunb> ---
arjunb> > typedef typename std::vector<edge1_t>::iterator edge_iter;
arjunb>
arjunb>
arjunb> Thanks,
arjunb>
arjunb> Arjun Bijanki
arjunb> Microsoft Visual C++
arjunb> _______________________________________________
arjunb> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
arjunb>

----------------------------------------------------------------------
 Jeremy Siek http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton email: jsiek_at_[hidden]
 C++ Booster (http://www.boost.org) office phone: (812) 855-3608
----------------------------------------------------------------------


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