#4060 closed Patches (fixed)
boost::thread support for BOOST_NO_IOSTREAM
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | thread |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::thread generally doesn't have much dependency on std::iostream but there is thread_id::operator<<.
Patch attached.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | boost_thread_detail_BOOST_NO_IOSTREAM.diff added |
---|
comment:2 by , 12 years ago
When will this fix, which is on the truck be integrated into an official release? I don't see it in the change log for 1.43 or 1.44 yet.
comment:3 by , 12 years ago
I can see this patch made it into boost 1.44.0 buy inspecting the file boost/thread/detail/thread.hpp and looking at lines 9 and 434. Seems that no further action is required for this bug/patch.
Note:
See TracTickets
for help on using tickets.
thread_id::operator<< if BOOST_NO_IOSTREAM is defined