ToxikCoder
Hello,
I have a code
HashMap<int, WString> rus;
rus.Insert(Pair<int, WString>(LocalStringIndex::mainMenuStartButtonText, WString("??????")));
VS13 tells me, that code triggers breakpoint, I can’t understand why. It worked well with String.
Can you help me?
P.S. LocalStringIndex is enumeration