Boost C++ Libraries: Ticket #1923: Unordered move implementation doesn't work in Borland. https://svn.boost.org/trac10/ticket/1923 <p> A ticket to track Borland fixes. </p> <p> For a start: <a class="changeset" href="https://svn.boost.org/trac10/changeset/45409" title="Borland doesn't seem to be able to cope with 'has_move_assign'.">[45409]</a> Borland doesn't seem to be able to cope with 'has_move_assign'. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1923 Trac 1.4.3 Daniel James Tue, 20 May 2008 15:13:58 GMT <link>https://svn.boost.org/trac10/ticket/1923#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1923#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45573" title="Fix for older versions of the Borland C++ compiler which create the ...">[45573]</a>) Fix for older versions of the Borland C++ compiler which create the default 'operator=' even when an 'operator=' which takes its argument by value has been defined. This causes assignments to be ambiguous. To work around this, I'm removing the definitions on those compilers - breaking move assignment, but allowing other assignments to work. </p> <p> I'm using 0x0593 because that's the earliest compiler that I've seen do the right thing, but it might also work on earlier 5.9.x versions. </p> <p> Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1923" title="#1923: Bugs: Unordered move implementation doesn't work in Borland. (closed: fixed)">#1923</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sun, 01 Jun 2008 10:14:19 GMT</pubDate> <title>status, milestone changed https://svn.boost.org/trac10/ticket/1923#comment:2 https://svn.boost.org/trac10/ticket/1923#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.36.0</span> </li> </ul> Ticket Daniel James Sun, 20 Jul 2008 19:40:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1923#comment:3 https://svn.boost.org/trac10/ticket/1923#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket