Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#4060 closed Patches (fixed)

boost::thread support for BOOST_NO_IOSTREAM

Reported by: nigels@… 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)

boost_thread_detail_BOOST_NO_IOSTREAM.diff (869 bytes ) - added by nigels@… 13 years ago.
thread_id::operator<< if BOOST_NO_IOSTREAM is defined

Download all attachments as: .zip

Change History (4)

by nigels@…, 13 years ago

thread_id::operator<< if BOOST_NO_IOSTREAM is defined

comment:1 by Anthony Williams, 12 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk

comment:2 by benjaminp@…, 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 nigels@…, 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.