summaryrefslogtreecommitdiffstats
path: root/styleguide
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2015-11-06 10:37:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-06 18:38:43 +0000
commitd174d80cb30cee65e0cfd4c1a27647c7a814afa5 (patch)
treee551ff6270c2e02d60bad30831d8e54d20d9ca34 /styleguide
parenta51d0396c7c78f7a45cc1f0e9b0b4127fa9dfd1a (diff)
downloadchromium_src-d174d80cb30cee65e0cfd4c1a27647c7a814afa5.zip
chromium_src-d174d80cb30cee65e0cfd4c1a27647c7a814afa5.tar.gz
chromium_src-d174d80cb30cee65e0cfd4c1a27647c7a814afa5.tar.bz2
Fix reference to non-existent MSVS version
MSVS2014 does not exist. MSVS2013 has the bugs with raw string literals. They might work in MSVS2015 - we'll see. R=thakis@chromium.org Review URL: https://codereview.chromium.org/1416033004 Cr-Commit-Position: refs/heads/master@{#358358}
Diffstat (limited to 'styleguide')
-rw-r--r--styleguide/c++/c++11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
index ed91771..3da5810 100644
--- a/styleguide/c++/c++11.html
+++ b/styleguide/c++/c++11.html
@@ -339,7 +339,7 @@ Fundamental types</a></td>
sequences, easing parsing in regex expressions, for example</td>
<td><a href="http://en.cppreference.com/w/cpp/language/string_literal">
string literal</a></td>
-<td>Causes incorrect line numbers in MSVS2014 and gcc. Reevaluate once that works. <a href="https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/2kWQHbbuMHI">Discussion thread</a></td>
+<td>Causes incorrect line numbers in MSVS2013 and gcc. Reevaluate once that works. <a href="https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/2kWQHbbuMHI">Discussion thread</a></td>
</tr>
<tr>