#4113 closed Bugs (fixed)
cpp_lexer does not handle qualified backslashes correctly
Reported by: | Owned by: | Hartmut Kaiser | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | wave |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The following string will trigger an error while getting parsed by SLex:
string PfadScript = "c:\\sample\\Test\\" + ScriptDir + "\\Script\\" + Script + ".gsr";
The lexer seems to think that the second " is quoted by the preceding backslash.
Change History (2)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [61384]) Wave: fixed #4113: cpp_lexer does not handle qualified backslashes correctly