CppHttpDemo icon indicating copy to clipboard operation
CppHttpDemo copied to clipboard

编译问题

Open liquanguo opened this issue 4 years ago • 1 comments

// 定义http请求handler using ReqHandler = std::function<bool (std::string, std::string, mg_connection *c, OnRspCallback)>;

使用vs2010 ,报错“”错误 3 error C2873: “ReqHandler”: 符号不能用在 using 声明中......“”

请问这是什么原因啊

liquanguo avatar Jan 22 '21 08:01 liquanguo

// 使用ReqHandler = httpd :: function <bool(std :: string,std :: string,mg_connection * c,OnRspCallback)>定义http请求处理程序;

使用vs2010,报错“”错误3错误C2873:“ ReqHandler”:符号不能用在使用声明中......“”

请问这是什么原因啊

C++ 11

Sanmb avatar Apr 19 '21 02:04 Sanmb