diff options
author | Nico Weber <thakis@chromium.org> | 2014-09-23 13:21:59 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2014-09-23 20:22:35 +0000 |
commit | 019d40fa03d9135e7db9d04c2c132af5a05e3dc2 (patch) | |
tree | eaae8f198c907a40b0759f2142a77b6d5c6168af /styleguide/c++/OWNERS | |
parent | 2903f33784712aa48e18006a6bca60dd284afd97 (diff) | |
download | chromium_src-019d40fa03d9135e7db9d04c2c132af5a05e3dc2.zip chromium_src-019d40fa03d9135e7db9d04c2c132af5a05e3dc2.tar.gz chromium_src-019d40fa03d9135e7db9d04c2c132af5a05e3dc2.tar.bz2 |
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}
Diffstat (limited to 'styleguide/c++/OWNERS')
-rw-r--r-- | styleguide/c++/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
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 |