diff options
author | yhirano <yhirano@chromium.org> | 2014-10-14 15:54:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-14 22:55:57 +0000 |
commit | 1297a355293c6bf87258c8fb5bad5c47ddcffa75 (patch) | |
tree | 73dd1cc61e4e58cb72b1f3bb903b5ed62856f854 /styleguide | |
parent | 8211824a7f7546adabc5bc1ffb93be135080c2dd (diff) | |
download | chromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.zip chromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.tar.gz chromium_src-1297a355293c6bf87258c8fb5bad5c47ddcffa75.tar.bz2 |
Fix a broken link in the c++11 guide.
BUG=None
NOTRY=true
Review URL: https://codereview.chromium.org/653683003
Cr-Commit-Position: refs/heads/master@{#299574}
Diffstat (limited to 'styleguide')
-rw-r--r-- | styleguide/c++/c++11.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html index b7f2908..d579de0 100644 --- a/styleguide/c++/c++11.html +++ b/styleguide/c++/c++11.html @@ -194,7 +194,7 @@ codebase. <td>Compile-time constant expressions</td> <td>TODO: documentation link</td> <td>Doesn't work in MSVS2013. Reevalute once it does. <a -href="https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#constexpr">Google +href="https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Use_of_constexpr">Google Style Guide on <code>constexpr</code></a></td> </tr> |