Boost C++ Libraries: Ticket #11500: meta_utils.hpp: Collision with Bool class that was previously defined https://svn.boost.org/trac10/ticket/11500 <p> XLib defines Bool as its own type, that collides with var name introduced in this commit in move library: 4f9c2b62fbdcf5995ecf50a2ecf2494048a6696d. </p> <p> The error message is hre: <a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a>. </p> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a> <a class="ext-link" href="http://paste.openstack.org/show/389465"><span class="icon">​</span>http://paste.openstack.org/show/389465</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11500 Trac 1.4.3 davido <d.ostrovsky@…> Sun, 26 Jul 2015 11:46:07 GMT attachment set https://svn.boost.org/trac10/ticket/11500 https://svn.boost.org/trac10/ticket/11500 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_59_0.move.Bool-type-collision.4f9c2b62fbdcf5995ecf50a2ecf2494048a6696d.patch</span> </li> </ul> <p> Bool type collision </p> Ticket Ion Gaztañaga Mon, 27 Jul 2015 20:24:27 GMT <link>https://svn.boost.org/trac10/ticket/11500#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11500#comment:1</guid> <description> <p> The template parameter was not used, so a fix is committed in develop: </p> <p> <a class="ext-link" href="https://github.com/boostorg/move/commit/49a42a2fffb72d0c5d867acdbdbc3d72912c5184"><span class="icon">​</span>https://github.com/boostorg/move/commit/49a42a2fffb72d0c5d867acdbdbc3d72912c5184</a> </p> <p> It will merged to master after the test cycle. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Wed, 29 Jul 2015 19:07:08 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11500#comment:2 https://svn.boost.org/trac10/ticket/11500#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> Regression seems fine. Merged to master in: </p> <p> <a class="ext-link" href="https://github.com/boostorg/move/commit/4a7a2b8b193b725dd49951864e6032eee4ed1db2"><span class="icon">​</span>https://github.com/boostorg/move/commit/4a7a2b8b193b725dd49951864e6032eee4ed1db2</a> </p> Ticket