evalExpr raises exception for code with wchar_t as a template argument
>>> print(evalExpr("sizeof(wchar_t)"))
UInt8B at cached data Value: 0x2 (2)
>>> typeInfo("std::_String_val<std::_Simple_types<wchar_t> >")
<pykd.typeInfo object at 0x000002B2B399B170>
>>> evalExpr("sizeof(std::_String_val<std::_Simple_types<wchar_t> > )")
Traceback (most recent call last):
File "<console>", line 1, in <module>
pykd.DbgException: error syntax