|
Boost : |
From: Beman Dawes (beman_at_[hidden])
Date: 1999-12-10 13:25:24
At 10:16 AM 12/10/99 -0000, Moore, Paul wrote:
>Here is the complete version of my rational numbers class. I believe
that it
>now covers everything which has been discussed here, as well as
including
>some documentation. The supplied "example.cpp" doubles as sample
code and a
>simple test case.
Paul,
Please change the template parameter Int to something which differs
by more that a leading uppercase from any built-in type. Perhaps
"Integer" or "IntType". It is just too easy with Int for typos
mangle meaning. The problem isn't just internal to Boost; these
libraries are likely to get written about many times in the future.
Thanks,
--Beman
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk