mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 19:32:11 +00:00
The compiler considers invoke() call ambiguous when the function object is actually a function pointer. This caused compilation errors in Boost.Coroutine, which uses invoke() through call_once(). Also added missing includes.