Boost logo

Boost :

From: Fernando Cacciola (fcacciola_at_[hidden])
Date: 2001-09-21 17:08:08


Here comes the 'gcd' part that I forgot in the previous message:

* In gcd_evaluator<IntegerType>::operator () and in lcm(a,b):

    There are expressions with a explicit: +; for example: ( (a < zero) ? -a
: +a )
    I think that the + operator should be removed.
    First, it is unnecessary.
    Second, IntegerType can be a user defined type for which such operator
is not defined (which is sometimes the case with bigint classes).

I still need to compile and run all the tests with Borland 5.5.1.

Fernando Cacciola
Sierra s.r.l.
fcacciola_at_[hidden]
www.gosierra.com


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