Opened 11 years ago
Closed 11 years ago
#5617 closed Patches (fixed)
boost::thread::id copy ctor
Reported by: | 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)
Change History (4)
by , 11 years ago
Attachment: | boost-1.46-thread-copy-ctor.patch added |
---|
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Milestone: | To Be Determined → Boost 1.49.0 |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in release at #76291
Note:
See TracTickets
for help on using tickets.
Committed in trunk revision #75858.