Skip to content
Snippets Groups Projects
Commit b9d15f12 authored by Leandro Melo's avatar Leandro Melo
Browse files

C++: Avoid looking ahead when lexing u8"literal"


This makes things slightly more efficient. But it will be more
significant when we introduce R"rawliterals" since we would avoid
an even further lookahead for cases like u8R"string".

Change-Id: Id4bad8b917752d23daf2f4989330434979cf602f
Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent a5900877
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment