forked from OSchip/llvm-project
Correct the documentation to give a legal example of a raw string literal.
llvm-svn: 152216
This commit is contained in:
parent
7c5dcb6ccf
commit
1e3c1d38f2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue