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
<source>:7:14: error: copy constructor must pass its first argument by reference
However, the constructor should be ignored since the constraint is not satisfied. It is meant as a converting constructor when T != int, so requiring it to pass the first argument by reference is not sensible.