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
Hi, in example 4-38 the move constructor uses ( ) for initialization instead of { } that the copy constructor uses. Is this intentional? I thought { } style was recommended.