boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Support \e and \E in character and string literals #177

Closed jefftrull closed 1 year ago

jefftrull commented 1 year ago

Updates the non-strict lexer to support e and E, both with value 27 (ASCII ESC). Also adds tests for lexing these literals, and checks that they are usable in conditional preprocessor expressions.

If merged this will resolve #174