diff --git a/include/boost/integer/common_factor_rt.hpp b/include/boost/integer/common_factor_rt.hpp index d6765d4..817682f 100644 --- a/include/boost/integer/common_factor_rt.hpp +++ b/include/boost/integer/common_factor_rt.hpp @@ -64,7 +64,7 @@ namespace boost { return a.swap(b); } template - inline constexpr void constexpr_swap(T& a, U& b...) BOOST_GCD_NOEXCEPT(T) + inline constexpr void constexpr_swap(T& a, U& b, ...) BOOST_GCD_NOEXCEPT(T) { T t(static_cast(a)); a = static_cast(b);