boost/nowide/cenv.hpp, conversion from size_t to DWORD, possible loss of data
Brought to you by:
artyom-beilis
I'm using boost::nowide in my project and compile it using Visual Studio 2012 with a x64 configuration. Though it compiles, there are warnings:
1>D:\boost_1_55_0\boost/nowide/cenv.hpp(52): warning C4267: 'argument' : conversion from 'size_t' to 'DWORD', possible loss of data
In Win32 configuration there is no such warnings.
How to fix this?
P.S. I found nowhere other than here to report issues related to nowide.
Anonymous
Closed in 18b5365a4cc9e5f57e7da526ebb75eb6b5441b51 on github