Opened 12 years ago
Closed 11 years ago
#5373 closed Bugs (duplicate)
Boost Thread fails on SunStudio/OpenSolaris
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.46.0 | Severity: | Regression |
Keywords: | Cc: |
Description
The error is:
"./boost/thread/future.hpp", line 422: Error: boost::unique_lock<boost::mutex>::operator=(boost::unique_lock<boost::mutex>&) is not accessible from boost::detail::future_waiter::all_futures_lock::all_futures_lock(std::vector<boost::detail::future_waiter::registered_waiter>&).
It wasn't a problem in older versions of Boost. At least 1.41 worked fine for me. The patch that fixes this issue is attached.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | sun-studio-boost-thread-future.hpp.patch added |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Milestone: | Boost 1.47.0 → To Be Determined |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for SunStudio issue