Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-06-21 17:49:39


Ahh, a user of disjoint sets... if there are more of you out there I'll
consider submitting disjoint sets for formal review (so that it gets moved
out of pending).

Cheers,
Jeremy

P.S. Thanks for the bug fix.

On Mon, 18 Jun 2001, Serge Pashkov wrote:

psw> Hello,
psw>
psw> In boost/pending/disjoint_sets.hpp we have
psw>
psw> struct find_with_path_halving {
psw> template <class ParentPA, class Vertex>
psw> Vertex operator()(ParentPA p, Vertex v) {
psw> return detail::find_representative_with_path_halving(pc, v);
psw> }
psw> };
psw>
psw> Probably ...(pc,v) is typo, should be
psw> struct find_with_path_halving {
psw> template <class ParentPA, class Vertex>
psw> Vertex operator()(ParentPA p, Vertex v) {
psw> return detail::find_representative_with_path_halving(p, v);
psw> }
psw> };
psw>
psw> --
psw> Best regards,
psw> Serge mailto:psw_at_[hidden]
psw>
psw>
psw>
psw> Info: http://www.boost.org Unsubscribe: <mailto:boost-unsubscribe_at_[hidden]>
psw>
psw> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
psw>
psw>
psw>

----------------------------------------------------------------------
 Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate, IU B'ton email: jsiek_at_[hidden]
 Summer Manager, AT&T Research phone: (973) 360-8185
----------------------------------------------------------------------


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