Opened 11 years ago

Closed 11 years ago

#5617 closed Patches (fixed)

boost::thread::id copy ctor

Reported by: Jason Newton <nevion@…> Owned by: viboes
Milestone: Boost 1.49.0 Component: thread
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

Hi,

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.

Anywho, small patch that adds it and resolves the problems with icc on the boost log library.

Attachments (1)

boost-1.46-thread-copy-ctor.patch (506 bytes ) - added by Jason Newton <nevion@…> 11 years ago.

Download all attachments as: .zip

Change History (4)

by Jason Newton <nevion@…>, 11 years ago

comment:1 by viboes, 11 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 11 years ago

Milestone: To Be DeterminedBoost 1.49.0

Committed in trunk revision #75858.

comment:3 by viboes, 11 years ago

Resolution: fixed
Status: assignedclosed

Committed in release at #76291

Note: See TracTickets for help on using tickets.