Re: [PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error
OK. Jason
[PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error
PING! Support operator"" ""(...) per CWG 1473. This brings full string parsing to literal operator declarations including string chunk concatenation and appropriate errors. Bootstrapped and tested on x86_64-linux. OK? I'm less sure if this is appropriate for 4.9 even when it opens. cp/