Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
user avatar
scott snyder authored
 - Disable copy ctors/assignment for some classes that manage memory.
 - Pass class instances via const reference, not by value.
 - Prefer using an initialization list to initializing members
   in a ctor body.
 - Prefer preincrement to postincrement for iterators.
 
58318761
History
Name Last commit Last update
..