Boost C++ Libraries: Ticket #5617: boost::thread::id copy ctor https://svn.boost.org/trac10/ticket/5617 <p> Hi, </p> <p> I was using the boost logv2 package and when compiled under the intel compiler, errors occurred because some code in there was creating copies of boost::thread::id. This seemed reasonable so I went looking in the relevant place and didn't see a copy ctor or noncopyable. I guess gcc just automatically adds it, but the intel compiler doesn't. </p> <p> Anywho, small patch that adds it and resolves the problems with icc on the boost log library. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5617 Trac 1.4.3 Jason Newton <nevion@…> Thu, 16 Jun 2011 20:27:09 GMT attachment set https://svn.boost.org/trac10/ticket/5617 https://svn.boost.org/trac10/ticket/5617 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.46-thread-copy-ctor.patch</span> </li> </ul> Ticket viboes Tue, 06 Dec 2011 22:58:08 GMT owner, status changed https://svn.boost.org/trac10/ticket/5617#comment:1 https://svn.boost.org/trac10/ticket/5617#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Wed, 07 Dec 2011 21:11:08 GMT milestone changed https://svn.boost.org/trac10/ticket/5617#comment:2 https://svn.boost.org/trac10/ticket/5617#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.49.0</span> </li> </ul> <p> Committed in trunk revision <a class="missing ticket">#75858</a>. </p> Ticket viboes Sat, 07 Jan 2012 22:44:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5617#comment:3 https://svn.boost.org/trac10/ticket/5617#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> <p> Committed in release at <a class="missing ticket">#76291</a> </p> Ticket