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
"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as an object by reference to const. "
I marked part in bold italic. I suggest amending it to read:
"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as a const reference to an object. "
The text was updated successfully, but these errors were encountered:
I.2 has the following:
"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as an object by reference to const. "
I marked part in bold italic. I suggest amending it to read:
"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as a const reference to an object. "
The text was updated successfully, but these errors were encountered: