Skip to content

Commit d174d80

Browse files
randomasciiCommit bot
authored and
Commit bot
committed
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}
1 parent a51d039 commit d174d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide/c++/c++11.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h3 id="blacklist_banned">C++11 Banned Features</h3>
339339
sequences, easing parsing in regex expressions, for example</td>
340340
<td><a href="http://en.cppreference.com/w/cpp/language/string_literal">
341341
string literal</a></td>
342-
<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>
342+
<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>
343343
</tr>
344344

345345
<tr>

0 commit comments

Comments
 (0)