mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
Mark Mentovai
bbeef320e0
C++11: Use template aliases instead of inheritance.
This only came up in one location, PointerVector. A template alias is superior to inheritance, which doesn’t provide full type equivalence and doesn’t automatically inherit non-default constructors. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/683753005
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%