Solved patch #1438626 by depreciating 'gcd' and 'lcm' provided in namespace 'boost' in 'rational.hpp', replaced by the ones in Boost.Math; fored to add 'std::numeric_limits' compatibility as a requirement; started doing invariant checks

[SVN r35843]
This commit is contained in:
Daryle Walker 2006-11-04 21:11:15 +00:00
parent 8f0fa6c99b
commit 585a9b7ef6

View File

@ -155,9 +155,6 @@ int main()
}
</pre>
The boost/rational.hpp header exhibits this problem in connection with
the gcd() function.
<h3>[function address] Resolving addresses of overloaded
functions</h3>