Opened 6 years ago
#12603 new Bugs
C++11 Raw string literals with delimiters are not lexed correctly
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
minimal example