You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The copy and move assignment operators weren't returning anything and
were hence producing "non-void function does not return a value"
warnings.
As the test doesn't actually need a definition for these operators, I've
removed the definition and simply declared them.
0 commit comments