[Effective Modern C++] Part3
29 Apr 2018
|
|
- Item8: Prefer nullptr to 0 and NULL
- Item9: Prefer Alias Declarations to typedefs
- Item10: Prefer Scoped Enums to Unscoped Enums