]> git.saurik.com Git - apt.git/commitdiff
add c++11 override marker to overridden methods
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 8 Jul 2015 22:35:40 +0000 (00:35 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:17 +0000 (17:27 +0200)
C++11 adds the 'override' specifier to mark that a method is overriding
a base class method and error out if not. We hide it in the APT_OVERRIDE
macro to ensure that we keep compiling in pre-c++11 standards.

Reported-By: clang-modernize -add-override -override-macros
Git-Dch: Ignore


No differences found