DescriptionC++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
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/bbeef320e03b9f43893e19a37e4ac1461bc7cd8d
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|