summaryrefslogtreecommitdiff
path: root/chromium/styleguide/c++/c++11.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/styleguide/c++/c++11.html')
-rw-r--r--chromium/styleguide/c++/c++11.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/styleguide/c++/c++11.html b/chromium/styleguide/c++/c++11.html
index cd77ac21d9f..35a7736b2b5 100644
--- a/chromium/styleguide/c++/c++11.html
+++ b/chromium/styleguide/c++/c++11.html
@@ -18,7 +18,7 @@ table tbody tr td:first-child {
</head>
<body>
<div id="content">
-<h1>C++ use in Chromium</h1>
+<h1>Modern C++ use in Chromium</h1>
<p><i>This document lives at src/styleguide/c++/c++11.html in a Chromium
checkout and is part of the more general
@@ -47,7 +47,7 @@ default-allow all non-banned portions of the standard. The current status of
existing standards is:
<ul><li><b>C++11:</b> <i>Default allowed; see banned features below</i></li>
<li><b>C++14:</b> <i>Default allowed; see banned features below</i></li>
-<li><b>C++17:</b> <i>Not yet supported in Chromium</i></li>
+<li><b>C++17:</b> <i>Not yet supported in Chromium, unlikely before mid-2021; <a href="http://crbug.com/752720">tracking bug</a></i></li>
<li><b>C++20:</b> <i>Not yet standardized</i></li></ul></p>
<h2>Table of Contents</h2>