You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joerg Schad (JIRA)" <ji...@apache.org> on 2015/05/21 22:23:17 UTC

[jira] [Created] (MESOS-2761) Delegating constructors are not allowed by styleguide

Joerg Schad created MESOS-2761:
----------------------------------

             Summary: Delegating constructors are not allowed by styleguide
                 Key: MESOS-2761
                 URL: https://issues.apache.org/jira/browse/MESOS-2761
             Project: Mesos
          Issue Type: Task
            Reporter: Joerg Schad
            Assignee: Joerg Schad


As of right now the styleguide does not allow delegating constructors (being a c++ 11 feature).
They are already used in the code base (e.g. stout/option.hpp), are supported by all relevant compiler (GCC 4.7+ and Clang 3.0+), and enhance readability. 
Therefore we should officially whitelist them in the styleguide.



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