c++ Failed to specialize function template 'boost::thread *boost::thread_group::create_thread(F)' error

后端 未结 0 602
执笔经年
执笔经年 2020-12-04 07:00
typedef std::function < void(const char*,int) > ConsumerCallback;

class first
{
void ConsumeMessage(ConsumerCallback callback);
};

void ConsumeMessage(Consum         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题