id summary reporter owner description type status milestone component version severity resolution keywords cc 11262 bad use of direct pointer in shared_state_nullary_task viboes viboes "shared_state_nullary_task stores a direct pointer to a shared_state. It must use instead a shared_pointer to avoid lifetime issues. This class is used in async(Ex, f) and future::then(ex,f). As far as the resulting future blocks on the constructor the lifetime issue is not easy to reproduce. " Bugs closed Boost 1.60.0 thread Boost 1.58.0 Problem fixed