mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 20:27:14 +02:00
Added missing includes, remove C++11 requirement, other code cleanup.
Also, use Boost.Swap instead of the direct unqualified call to std::swap and boost::enable_if_c instead of std::enable_if.
This commit is contained in:
@ -38,8 +38,6 @@ The extended Euclidean algorithm solves the integer relation /mx + ny/ = gcd(/m/
|
||||
int y = res.y;
|
||||
// mx + ny = gcd(m,n) should now hold
|
||||
|
||||
Unlike most of the library, the extended Euclidean algorithm requires C++11 features.
|
||||
|
||||
[endsect]
|
||||
|
||||
[section References]
|
||||
|
Reference in New Issue
Block a user