Boost C++ Libraries: Ticket #12603: C++11 Raw string literals with delimiters are not lexed correctly https://svn.boost.org/trac10/ticket/12603 <p> The optional delimiter feature of raw string literals allows you to have even the terminating characters of a raw string literal <em>within</em> a raw string literal. See for example <a class="ext-link" href="http://stackoverflow.com/a/30308184/192737"><span class="icon">​</span>http://stackoverflow.com/a/30308184/192737</a> </p> <p> Wave terminates the raw string literal token at the appearance of the first )" sequence, regardless of whether the optional delimiter is in effect. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12603 Trac 1.4.3 edaskel@… Fri, 11 Nov 2016 04:24:03 GMT attachment set https://svn.boost.org/trac10/ticket/12603 https://svn.boost.org/trac10/ticket/12603 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">rawstrlit_with_delimiters.cpp</span> </li> </ul> <p> minimal example </p> Ticket