Re: [Boost-bugs] [Boost C++ Libraries] #6175: Compile error with SunStudio

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6175: Compile error with SunStudio
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-03 14:07:28


#6175: Compile error with SunStudio
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: Boost 1.49.0 | Component: thread
   Version: Boost 1.48.0 | Severity: Showstopper
Resolution: | Keywords:
---------------------------+------------------------------------------------
Changes (by viboes):

 * cc: viboes (removed)
  * milestone: To Be Determined => Boost 1.49.0

Comment:

 In order to state clearly that this is a workaround I will use instead


 {{{
 #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
 }}}

 Let me know if this works for you.

 Committed in trunk revision 75788.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6175#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC