Base64::encode : const correctness / String by reference passing (#3314)
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.
Showing
Please register or sign in to comment