practicalswift
commented at 11:08 AM on June 29, 2017:
contributor
Remove the virtual specifier for functions with the override specifier.
override implies that the function is virtual (in addition - of course - to guaranteeing that the function is overriding a virtual function from a base class).
fanquake added the label Refactoring on Jun 29, 2017
Remove the virtual specifier for functions with the override specifier
`override` guarantees that the function is virtual (in addition
to that the function is overriding a virtual function from a base
class).
1bcd44223c
practicalswift force-pushed on Aug 9, 2017
laanwj
commented at 10:22 AM on August 28, 2017:
member
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