functions that modify call-by-reference arguments can make programs … [Use] 'const' to indicate that the reference is … The absence of 'const' in the declaration of … [p. 126] [Can not use literals, expressions, or data type conversions for non-const reference arguments.]
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: reference arguments should use 'const' if the argument is not modified; allows literal and expression arguments; improves readability