Opened 6 years ago
Last modified 6 years ago
#12590 new Bugs
C++11 raw string literal support incomplete
| Reported by: | Owned by: | Hartmut Kaiser | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | wave |
| Version: | Boost 1.61.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Raw string literals containing control characters (ESC in particular) cause errors when lexed by the wave driver:
error: generic lexer error: invalid character '\033' in input stream
Attachments (1)
Change History (3)
by , 6 years ago
| Attachment: | test_vt100.cpp added |
|---|
comment:1 by , 6 years ago
| Component: | None → wave |
|---|---|
| Owner: | set to |
comment:2 by , 6 years ago
It may be that because the valid input character set is "implementation defined" according to N2295, this bug is invalid.
Note:
See TracTickets
for help on using tickets.

An example of a successfully compiling file that produces Wave errors