Skip to content
Snippets Groups Projects
Commit dd2fc25e authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

EventContainers: Fix cppcheck warnings.

 - Pass class instances by const reference, not by value.
 - Prefer using an initializer list to assigning members
   in a ctor body.
 - Prefer preincrement (or range for) to postincrement for iterators.
 - Forbid assignment where copy is already forbidden.
 
parent ad941759
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment