Opened 10 years ago

Last modified 10 years ago

#7329 closed Bugs

$BOOST_ROOT/boost/thread/future.hpp does not compile on HPUX — at Initial Version

Reported by: avi.bahra@… Owned by: viboes
Milestone: Boost 1.52.0 Component: thread
Version: Boost 1.51.0 Severity: Showstopper
Keywords: HPUX Cc:

Description

Using compiler: aCC: HP C/aC++ B3910B A.06.20 [May 13 2008]

$BOOST_ROOT/boost/thread/future.hpp

CHANGE:: line:603 FROM

for(count_type i=0;i<count;++i)

{

#if defined DECCXX
defined SUNPRO_CC

locks[i]=boost::unique_lock<boost::mutex>(futures[i].future_->mutex).move();

#else

locks[i]=boost::unique_lock<boost::mutex>(futures[i].future_->mutex);

#endif

}

T0:

for(count_type i=0;i<count;++i)

{

#if defined DECCXX
defined SUNPRO_CC defined hpux

locks[i]=boost::unique_lock<boost::mutex>(futures[i].future_->mutex).move();

#else

locks[i]=boost::unique_lock<boost::mutex>(futures[i].future_->mutex);

#endif

}

Change History (0)

Note: See TracTickets for help on using tickets.