Boost C++ Libraries: Ticket #3862: future.hpp - conversion from size_t to unsigned int https://svn.boost.org/trac10/ticket/3862 <p> Lines 411, 413, 426 of future.hpp emit a warning (conversion from size_t to unsigned int) on Visual Studio 2005. I changed the lines to use std::vector&lt;registered_waiter&gt;::size_type instead, in the attached file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3862 Trac 1.4.3 dauphic@… Tue, 26 Jan 2010 14:19:46 GMT attachment set https://svn.boost.org/trac10/ticket/3862 https://svn.boost.org/trac10/ticket/3862 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">futures-patch.hpp</span> </li> </ul> <p> Patched futures.hpp </p> Ticket Steven Watanabe Sat, 27 Mar 2010 05:51:38 GMT <link>https://svn.boost.org/trac10/ticket/3862#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3862#comment:1</guid> <description> <p> Do you think you could attach a unified diff instead of the whole file? It's a little hard to see exactly what you changed. </p> </description> <category>Ticket</category> </item> <item> <author>nigels@…</author> <pubDate>Sat, 03 Apr 2010 19:15:28 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/3862 https://svn.boost.org/trac10/ticket/3862 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_future_count.diff</span> </li> </ul> <p> unsigned -&gt; count in line "426" </p> Ticket nigels@… Sat, 03 Apr 2010 19:18:53 GMT milestone changed; cc set https://svn.boost.org/trac10/ticket/3862#comment:2 https://svn.boost.org/trac10/ticket/3862#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">nigels@…</span> added </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.42.0</span> → <span class="trac-field-new">Boost 1.43.0</span> </li> </ul> <p> Judging by the line numbers and the description, there only remains one line to change. (See the attachment) It's entirely consistent with all_futures_lock::all_futures_lockto use count_type to iterate. </p> <p> This ought to be a trivial change to resolve for 1.43.0 </p> Ticket Anthony Williams Mon, 07 Jun 2010 08:26:12 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3862#comment:3 https://svn.boost.org/trac10/ticket/3862#comment:3 <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