Boost C++ Libraries: Ticket #1835: boost::thread equality operator bogus in 1.35 ? https://svn.boost.org/trac10/ticket/1835 <p> The attached testcase check for boost::thread equality. Works fine with boost-1.34.1 but is reported to fail with boost-1.35.0 </p> <p> Is it expected to fail ? </p> <p> The 1.35.0 failure report is from: <a class="ext-link" href="https://savannah.gnu.org/bugs/?22915"><span class="icon">​</span>https://savannah.gnu.org/bugs/?22915</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1835 Trac 1.4.3 strk@… Thu, 17 Apr 2008 16:31:40 GMT attachment set https://svn.boost.org/trac10/ticket/1835 https://svn.boost.org/trac10/ticket/1835 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">thread_equality.cpp</span> </li> </ul> <p> Testcase for boost::thread equality operator </p> Ticket strk@… Sat, 19 Apr 2008 14:58:53 GMT <link>https://svn.boost.org/trac10/ticket/1835#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1835#comment:1</guid> <description> <p> I see the default constructor semantic changed :( </p> <p> <a href="http://www.boost.org/doc/libs/1_33_1/doc/html/thread.html#id2622566-bb">http://www.boost.org/doc/libs/1_33_1/doc/html/thread.html#id2622566-bb</a> <a href="http://www.boost.org/doc/libs/1_35_0/doc/html/thread/thread_management.html#thread.thread_management.thread">http://www.boost.org/doc/libs/1_35_0/doc/html/thread/thread_management.html#thread.thread_management.thread</a> </p> <p> 1.33: Constructs a thread object representing the current thread of execution. 1.35: Constructs a boost::thread instance that refers to Not-a-Thread. </p> </description> <category>Ticket</category> </item> <item> <author>strk@…</author> <pubDate>Sat, 19 Apr 2008 15:08:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1835#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1835#comment:2</guid> <description> <p> The "Breaking Changes" section in this document: <a class="ext-link" href="http://boost.org/doc/libs/1_35_0/doc/html/thread/changes.html"><span class="icon">​</span>http://boost.org/doc/libs/1_35_0/doc/html/thread/changes.html</a> </p> <p> Does NOT contain this indeed <strong>breaking</strong> one.. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Tue, 22 Apr 2008 15:28:13 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/1835#comment:3 https://svn.boost.org/trac10/ticket/1835#comment:3 <ul> <li><strong>owner</strong> set to <span class="trac-author">Anthony Williams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket Anthony Williams Mon, 28 Apr 2008 09:12:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1835#comment:4 https://svn.boost.org/trac10/ticket/1835#comment:4 <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> Updated breaking changes list in documentation on trunk </p> Ticket