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 12:02:18 UTC

mesos git commit: Allowed explicitly-defaulted functions in styleguide.

Repository: mesos
Updated Branches:
  refs/heads/master c14fa3ab3 -> a03b96f55


Allowed explicitly-defaulted functions in styleguide.

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


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

Branch: refs/heads/master
Commit: a03b96f5504b8eb74924f3e3e4e9f85e8aec6701
Parents: c14fa3a
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Jun 2 03:01:25 2015 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Tue Jun 2 03:01:26 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a03b96f5/docs/mesos-c++-style-guide.md
----------------------------------------------------------------------
diff --git a/docs/mesos-c++-style-guide.md b/docs/mesos-c++-style-guide.md
index 9c1691c..5dcbdad 100644
--- a/docs/mesos-c++-style-guide.md
+++ b/docs/mesos-c++-style-guide.md
@@ -219,6 +219,7 @@ Try<Owned<LocalAuthorizer>> authorizer = LocalAuthorizer::create();
 ```
 
 * Rvalue references.
+* Explicitly-defaulted functions.
 * Variadic templates.
 * Delegating constructors.
 * Mutexes.