forked from boostorg/integer
Remove dependency on boost/typeindex in tests.
This commit is contained in:
@ -68,7 +68,7 @@ euclidean_result_t<Z> extended_euclidean(Z m, Z n)
|
||||
|
||||
if (swapped)
|
||||
{
|
||||
return {u0, u2, u2};
|
||||
return {u0, u2, u1};
|
||||
}
|
||||
return {u0, u1, u2};
|
||||
}
|
||||
|
Reference in New Issue
Block a user