$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: helmut.zeisel_at_[hidden]
Date: 2001-11-06 10:04:25
--- In boost_at_y..., "Moore, Paul" <paul.moore_at_a...> wrote:
> --- excerpt from a mail that I didn't send to the list... ---
> 
> Hmm.
> I just looked again - there's going to be a clash, in that if a user
> includes rational.hpp and the GCD header, they are going to get 
errors
> because both libraries define boost::gcd.
> 
> What to do? Move the gcd implementation in rational.hpp into 
boost::detail?
> Give up and use the dlw_gcd version? 
Maybe one could move the version in dlw_gcd to namespace boost::math.
Helmut