boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
203 stars 162 forks source link

Changed signatures of TLS cleanup hooks for consistency with MSVC RTL. #131

Closed Lastique closed 7 years ago

Lastique commented 7 years ago

This should fix startup of executables statically linked with Boost.Thread because of undefined return value of the thread/process startup hooks.

Should fix https://svn.boost.org/trac10/ticket/12730.

viboes commented 7 years ago

Thanks a lot.