Opened 7 years ago

Closed 6 years ago

#11687 closed Bugs (wontfix)

context - Xcode (Apple clang) and thread_local

Reported by: contact.me@… Owned by: olli
Milestone: To Be Determined Component: context
Version: Boost 1.59.0 Severity: Problem
Keywords: context, coroutine2, apple, xcode Cc:

Description

Xcode version 6+ does not ship with support for the keyword thread_local. According to apple (https://devforums.apple.com/thread/251372?tstart=0) they have no plans of supporting the keyword anytime soon. This leaves the library unusable on all Apple platforms.

I have attempted to fix it here (https://github.com/boostorg/context/pull/20), but my implementation is flawed and I am not smart enough to know what to do to support this library on Apple platforms properly.

As it stands, context, and subsequently coroutine2 can not be compiled via Xcode 6.3, 7, or 7.1.

Can we bring in boost::thread_specific_ptr for coverage and not rely on thread_local until it has full support across all major platforms? If that is not possible please point me in the right direction so I may maintain and apple specific fork using boost::thread_specific_ptr in place of thread_local.

Change History (4)

comment:1 by olli, 6 years ago

another developer is dealing with the thread_local issue on MAC - maybe we could add the workaround soon.

comment:2 by olli, 6 years ago

Resolution: fixed
Status: newclosed

I think we have to wait till Apple adds thread_local to Xcode.

comment:3 by olli, 6 years ago

Resolution: fixed
Status: closedreopened

comment:4 by olli, 6 years ago

Resolution: wontfix
Status: reopenedclosed
Note: See TracTickets for help on using tickets.