You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/06/02 11:15:29 UTC

mesos git commit: Allowed delegating constructors in styleguide.

Repository: mesos
Updated Branches:
  refs/heads/master 0aab1bb0f -> e9114e3a8


Allowed delegating constructors in styleguide.

Review: https://reviews.apache.org/r/34563


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e9114e3a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e9114e3a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e9114e3a

Branch: refs/heads/master
Commit: e9114e3a8756a958b3389f756af37cebb01af427
Parents: 0aab1bb
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Jun 2 02:13:04 2015 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Tue Jun 2 02:13:04 2015 -0700

----------------------------------------------------------------------
 docs/mesos-c++-style-guide.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e9114e3a/docs/mesos-c++-style-guide.md
----------------------------------------------------------------------
diff --git a/docs/mesos-c++-style-guide.md b/docs/mesos-c++-style-guide.md
index 13312f6..cb45beb 100644
--- a/docs/mesos-c++-style-guide.md
+++ b/docs/mesos-c++-style-guide.md
@@ -135,6 +135,7 @@ Try<Owned<LocalAuthorizer>> authorizer = LocalAuthorizer::create();
 
 * Rvalue references.
 * Variadic templates.
+* Delegating constructors.
 * Mutexes.
   * `std::mutex`
   * `std::lock_guard<std::mutex>`