yyzybb537 / libgo

Go-style concurrency in C++11
MIT License
3.22k stars 758 forks source link

VS2015 仿函数赋值为NULL时编译出错 #198

Open sansuixiaohai opened 5 years ago

sansuixiaohai commented 5 years ago

使用VS2015编译出错, C2893,未能使函数模板“unknown-type std::invoke(_Callable &&,_Types &&...)”专用化 , 发现代码中多处出现类似 std::function<void()> func = NULL 的代码, 使用 nullptr 代替 NULL, 编译通过