Boost C++ Libraries: Ticket #8495: UUID-Library emits Warning C4244 from uuid_generators.hpp https://svn.boost.org/trac10/ticket/8495 <p> Due to some missing casts to smaller datatypes above warning are emitted when including uuid_generators.hpp. Attached is a patch which casts to the correct types, eliminating the warnings. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8495 Trac 1.4.3 Peter Brockamp <p.brockamp@…> Thu, 25 Apr 2013 16:28:38 GMT attachment set https://svn.boost.org/trac10/ticket/8495 https://svn.boost.org/trac10/ticket/8495 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">large_arithmetic.hpp.diff</span> </li> </ul> <p> large_arithmetic.hpp </p> Ticket Peter Brockamp <p.brockamp@…> Thu, 25 Apr 2013 16:29:17 GMT attachment set https://svn.boost.org/trac10/ticket/8495 https://svn.boost.org/trac10/ticket/8495 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">name_generator.hpp.diff</span> </li> </ul> <p> name_generator.hpp </p> Ticket Andy Tompkins Fri, 14 Jun 2013 19:38:23 GMT <link>https://svn.boost.org/trac10/ticket/8495#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8495#comment:1</guid> <description> <p> checked in to trunk C84781 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Fri, 14 Jun 2013 20:10:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8495#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8495#comment:2</guid> <description> <p> Note - I will not be changing large_arithmetic.hpp as it is not part of the uuid library. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Tue, 12 Nov 2013 20:19:08 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8495#comment:3 https://svn.boost.org/trac10/ticket/8495#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/86660" title="Merged changes from trunk: warning silencing and support for SSE and ...">[86660]</a>) Merged changes from trunk: warning silencing and support for SSE and C++11. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8495" title="#8495: Patches: UUID-Library emits Warning C4244 from uuid_generators.hpp (closed: fixed)">#8495</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8697" title="#8697: Patches: gcc -Wshadow throws warnings (closed: fixed)">#8697</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8509" title="#8509: Patches: SSE/AVX optimization and C++11 support (closed: fixed)">#8509</a>. </p> Ticket