C++ std::function cannot find correct overload

后端 未结 3 643
闹比i
闹比i 2021-02-07 12:19

Consider the following case:

void Set(const std::function &fn);
void Set(const std::function &fn);
3条回答
提交回复
热议问题