But this notation is required for wchar_t strings, like
L"I am a wchar_t string."
and for long long integers, too...
I guess this is something that should be removed, it isn't useful (the type is declared with its name and not with some suffix), but still supported in C++11.
Hm.