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