CAM: Eliminate C++11 compiler warning by explicitly defaulting copy
This commit is contained in:
committed by
Chris Hennes
parent
ff1932d550
commit
c4da72f55e
@@ -302,6 +302,8 @@ public:
|
||||
, hi(_hi)
|
||||
{}
|
||||
|
||||
Int128& operator=(const Int128&) = default;
|
||||
|
||||
Int128& operator=(const long64& val)
|
||||
{
|
||||
lo = (ulong64)val;
|
||||
|
||||
Reference in New Issue
Block a user