Boost C++ Libraries: Ticket #4076: future.hpp(411) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data https://svn.boost.org/trac10/ticket/4076 <p> Visual Studio 2005 generates a the warning in the subject. </p> <p> In future.hpp in the struct all_futures_lock, change the definition of count from </p> <pre class="wiki">unsigned count; </pre><p> to </p> <pre class="wiki">std::vector&lt;registered_waiter&gt;::size_type count; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4076 Trac 1.4.3 viboes Fri, 21 May 2010 15:27:12 GMT <link>https://svn.boost.org/trac10/ticket/4076#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4076#comment:1</guid> <description> <p> Seems to be a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3862" title="#3862: Patches: future.hpp - conversion from size_t to unsigned int (closed: fixed)">#3862</a> future.hpp - conversion from size_t to unsigned int </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Anthony Williams</dc:creator> <pubDate>Mon, 07 Jun 2010 08:25:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4076#comment:2 https://svn.boost.org/trac10/ticket/4076#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed on trunk </p> Ticket