Forked from
atlas / athena
Source project has a limited visibility.
-
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.
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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.