See the C++ Core Guidelines for a general discussion on the use of auto to avoid redundant repetition of type names.
Remove redundant on-the-same-line-repetition of type names (DRY): RepeatedTypeName foo = static_cast<RepeatedTypeName>(bar)
See the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es11-use-auto-to-avoid-redundant-repetition-of-type-names) for a general discussion on the use of `auto` to avoid redundant repetition of type names.
e9473c871c
practicalswift force-pushed on May 5, 2017
fanquake added the label Refactoring on May 5, 2017
practicalswift
commented at 10:08 PM on June 8, 2017:
contributor
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-16 15:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me