You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2016/03/05 00:24:40 UTC

[jira] [Created] (MESOS-4871) Make use of C++11 `override` keyword

Neil Conway created MESOS-4871:
----------------------------------

             Summary: Make use of C++11 `override` keyword
                 Key: MESOS-4871
                 URL: https://issues.apache.org/jira/browse/MESOS-4871
             Project: Mesos
          Issue Type: Improvement
          Components: general
            Reporter: Neil Conway


Per Google C++ style guide (as well as general common sense), we should probably be using the {{override}} keyword to explicitly denote situations where we expect a virtual member function declaration to override a virtual function declared in a parent class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)