Opened 6 years ago

Last modified 6 years ago

#12590 new Bugs

C++11 raw string literal support incomplete

Reported by: edaskel@… 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)

test_vt100.cpp (559 bytes ) - added by edaskel@… 6 years ago.
An example of a successfully compiling file that produces Wave errors

Download all attachments as: .zip

Change History (3)

by edaskel@…, 6 years ago

Attachment: test_vt100.cpp added

An example of a successfully compiling file that produces Wave errors

comment:1 by edaskel@…, 6 years ago

Component: Nonewave
Owner: set to Hartmut Kaiser

comment:2 by edaskel@…, 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.