$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shinyee (cshinyee_at_[hidden])
Date: 2007-05-07 22:54:36
Hi,
I found rational.hpp uses both gcd(x,y) and gcd<IntType>(x,y). It causes
name clashes with the gcd() function in my namespace. Would be more error
free by using gcd<IntType>(x,y) throughout? Anyone can advise?
Regards,
Shin Yee