C
CripplerCrossface
Guest
Hi
Recently I moved from visual studio 2012 to 2017
I have a line code: while(_State & 0x80000000 ...
_State is a type std::codecvt<wchar_t,char,std::mbstate_t>
In visual studio 2017 I get error code: binary '&' no operator found which takes left-hand operand...
In visual studio 2012 I didn't get this error.
Thanks.
Continue reading...
Recently I moved from visual studio 2012 to 2017
I have a line code: while(_State & 0x80000000 ...
_State is a type std::codecvt<wchar_t,char,std::mbstate_t>
In visual studio 2017 I get error code: binary '&' no operator found which takes left-hand operand...
In visual studio 2012 I didn't get this error.
Thanks.
Continue reading...