Menu

#46 Wide-character constant support

open
nobody
C++ Parser (23)
5
2007-10-25
2007-10-25
Techno5le
No

Attempted to initialize a std::wstring variable in an initializer list:
FooClass::FooClass() : wString(L"")
{
}
It chokes at the L".

Discussion


Log in to post a comment.