Skip to content

Pass objects by constant reference instead of passing by value.#5

Merged
ppescher merged 1 commit into
ppescher:masterfrom
irwir:updates
Dec 18, 2017
Merged

Pass objects by constant reference instead of passing by value.#5
ppescher merged 1 commit into
ppescher:masterfrom
irwir:updates

Conversation

@irwir

@irwir irwir commented Dec 17, 2017

Copy link
Copy Markdown
Contributor

Local variables: reduce scope, eliminate intermediates, add 'const' qualifiers.
Reorder statements in case of an early return.
Use CString.Format instead of conversion function.
Minor cleaning in .vcxpoj file: default settings for CResizable(L)Box.*

Local variables: reduce scope, eliminate intermediates, add 'const' qualifiers.
Reorder statements in case of an early return.
Use CString.Format instead of conversion function.
Minor cleaning in .vcxpoj file: default settings for CResizable(L)Box.*
@ppescher ppescher merged commit 440794e into ppescher:master Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants