Pair: Include an unused return to avoid compiler warning

This commit is contained in:
Henry Weller
2018-08-03 12:05:47 +01:00
parent c3fbcd7398
commit f3c2b2a899

View File

@ -116,6 +116,7 @@ public:
FatalErrorInFunction
<< "Call to other only valid for Pair with differing"
<< " elements:" << *this << abort(FatalError);
return first();
}
else if (first() == a)
{