Skip to content
Snippets Groups Projects
  • David Kalnischkies's avatar
    f73593a4
    Drop usage of macro APT_OVERRIDE for simple override · f73593a4
    David Kalnischkies authored
    We were rather inconsistent in using it and as our public headers
    contain deduction guides (a c++17 feature) it seems silly to try to hide
    a c++11 feature in a macro, so lets stop this charade and drop the
    macro and while we are changing all these lines lets apply [[nodiscard]]
    (another c++17 feature) and other suggestions from clang-tidy and
    formatting for a little more consistency.
    f73593a4
    History
    Drop usage of macro APT_OVERRIDE for simple override
    David Kalnischkies authored
    We were rather inconsistent in using it and as our public headers
    contain deduction guides (a c++17 feature) it seems silly to try to hide
    a c++11 feature in a macro, so lets stop this charade and drop the
    macro and while we are changing all these lines lets apply [[nodiscard]]
    (another c++17 feature) and other suggestions from clang-tidy and
    formatting for a little more consistency.