id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8390,type conversion warning in VC11,pedro.larroy@…,Jonathan Turkanis,"+++ b/3rd-party/boost/boost/iostreams/copy.hpp Thu Apr 04 12:53:57 2013 +0200 @@ -125,7 +125,14 @@ mpl::false_, mpl::false_ ) { typedef typename char_type_of::type char_type; +#ifdef BOOST_WINDOWS_API +#pragma warning(push) +#pragma warning(disable : 4244) +#endif detail::basic_buffer buf(buffer_size); +#ifdef BOOST_WINDOWS_API +#pragma warning(pop) +#endif ",Bugs,new,To Be Determined,iostreams,Boost 1.53.0,Problem,,,