Correct the documentation to give a legal example of a raw string literal.

llvm-svn: 152216
This commit is contained in:
Richard Smith 2012-03-07 08:57:31 +00:00
parent 7c5dcb6ccf
commit 1e3c1d38f2
1 changed files with 2 additions and 1 deletions

View File

@ -775,7 +775,8 @@ is enabled.</p>
range-based for loop is enabled. </p>
<h4 id="cxx_raw_string_literals">C++11 raw string literals</h4>
<p>Use <tt>__has_feature(cxx_raw_string_literals)</tt> to determine if support for raw string literals (e.g., <tt>R"foo\bar"</tt>) is enabled.</p>
<p>Use <tt>__has_feature(cxx_raw_string_literals)</tt> to determine if support
for raw string literals (e.g., <tt>R"x(foo\bar)x"</tt>) is enabled.</p>
<h4 id="cxx_rvalue_references">C++11 rvalue references</h4>