Menu

#6 passing strings by const references and minor cleanups

1.0
open
nobody
None
2014-07-24
2014-07-24
No

Passing std::string by copy is quite inefficient; 'const &' is better.

The attached patch also adds 'const' qualifier to several methods, cleans up included headers and removes extra white space.

1 Attachments

Discussion


Log in to post a comment.