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 detailed specifications uses a forwarding parameter.
That's consistent with the actual constructors,
as it doesn't require copy on the caller side when deducing.
The second parameter in the class synopsis is actually auto.
That requires a copy, as opposed to T&&.
So I can't solve this editorially here,
but it can be done in the class synopsis.
To be consistent with my suggestion on the class synopsis: