mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-19 14:32:35 +00:00
Merge branch 'develop' of https://github.com/boostorg/multiprecision into develop
This commit is contained in:
@@ -196,7 +196,7 @@ In addition the non-expression template operator overloads (see below) are move
|
||||
that look something like:
|
||||
|
||||
template <class B>
|
||||
number<B, et_off> operator + (number&& a, const number& b)
|
||||
number<B, et_off> operator + (number<B, et_off>&& a, const number<B, et_off>& b)
|
||||
{
|
||||
return std::move(a += b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user