I experience this behaviour regardless of the L. For instance, if I have
static const wchar_t* FOO = "bar";
It shows in the window as
static const wchar_t* FOO =
In fact it happens for any string literals, it seems, even multiple ones. So
RWCString guiPrefix = isOne() ? "one" : "two";
shows as
RWCString text = isOne() ? :
Semicolons are omitted too and I don't see the benefit of that.
Any update on whether and when this will be fixed? This is a pretty old report and I'm not sure what to do with the case number quoted.
I'm using build 1649.
Thanks.