Re: [PATCH] Fix preprocessing of string literals for C++11 (PR preprocessor/57757)
OK. Jason
[PATCH] Fix preprocessing of string literals for C++11 (PR preprocessor/57757)
Hi! As mentioned in the PR, we need to cpp_avoid_paste during preprocessing after non-udlit stirng literals if udlits are enabled, because if next token starts with a-zA-Z_ characters, then when actually parsing the preprocessed output we'd read those as user defined literals when in the source co