[boost threads] threadid copy constructor

The following patch adds a copy constructor to threadid. There seems to be no reason why they shouldn't be copyable. Comments? -Jason

AMDG On 10/21/2011 02:32 PM, Jason Newton wrote:
The following patch adds a copy constructor to threadid. There seems to be no reason why they shouldn't be copyable. Comments?
Is there something wrong with the compiler-generated copy constructor? In Christ, Steven Watanabe

Sorry, I was in a rush earlier and didn't properly explain - I just found a few patches I had laying around yesterday that didn't seem to get any attention upstream - this was one of them. Bug report here: https://svn.boost.org/trac/boost/ticket/5617 I don't know if this is an icc bug or an gcc feature/bug. On Fri, Oct 21, 2011 at 3:16 PM, Steven Watanabe <watanabesj@gmail.com>wrote:
AMDG
On 10/21/2011 02:32 PM, Jason Newton wrote:
The following patch adds a copy constructor to threadid. There seems to be no reason why they shouldn't be copyable. Comments?
Is there something wrong with the compiler-generated copy constructor?
In Christ, Steven Watanabe
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Jason Newton
-
Steven Watanabe