有两个问题想请教:1.有没有别的写法 2.我使用的方法为:std::packaged_task<ResType()>task(forward<F>(f), std::forward<Args>(args)...) ); 就是没给makeshared 为什么会报错呢