j
k
j a
j l
Jared McIntyre <jmcintyre <at> dfsoftware.com> writes:
I'm having an issue testing against wstrings: std::wstring testString(""); BOOST_CHECK_EQUAL(testString,L"");
I'm having an issue testing against wstrings:
std::wstring testString(""); BOOST_CHECK_EQUAL(testString,L"");
try: std::wstring testString; or std::wstring testString(L""); -Ryan
Back to the thread
Back to the list