From 019d40fa03d9135e7db9d04c2c132af5a05e3dc2 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 23 Sep 2014 13:21:59 -0700 Subject: Add a document describing which C++11 features we allow. For now, this allows only a very limited set. Also describes the process we're going to follow to allow more features. The idea is that we're gradually going to allow more features over time. Also included is the source of a tiny appengine app running at chromium-cpp.appspot.com that will show the contents of the document in this CL once it's submitted. BUG=360096 NOTRY=true R=ben@chromium.org, inferno@chromium.org, jamesr@chromium.org Review URL: https://codereview.chromium.org/589413003 Cr-Commit-Position: refs/heads/master@{#296214} --- styleguide/c++/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styleguide/c++/OWNERS (limited to 'styleguide/c++/OWNERS') diff --git a/styleguide/c++/OWNERS b/styleguide/c++/OWNERS new file mode 100644 index 0000000..2157101 --- /dev/null +++ b/styleguide/c++/OWNERS @@ -0,0 +1,3 @@ +ajwong@chromium.org +jamesr@chromium.org +thakis@chromium.org -- cgit v1.1