Opened 6 years ago

#12603 new Bugs

C++11 Raw string literals with delimiters are not lexed correctly

Reported by: edaskel@… Owned by: Hartmut Kaiser
Milestone: To Be Determined Component: wave
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

The optional delimiter feature of raw string literals allows you to have even the terminating characters of a raw string literal within a raw string literal. See for example http://stackoverflow.com/a/30308184/192737

Wave terminates the raw string literal token at the appearance of the first )" sequence, regardless of whether the optional delimiter is in effect.

Attachments (1)

rawstrlit_with_delimiters.cpp (1.2 KB ) - added by edaskel@… 6 years ago.
minimal example

Download all attachments as: .zip

Change History (1)

by edaskel@…, 6 years ago

minimal example

Note: See TracTickets for help on using tickets.