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:Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
Loading
Please register or sign in to comment