错误1:
错误2:
编译的时候加上:-lfolly
整个程序://功能:处理异步回调功能
#include
#include
using namespace folly;
using namespace std;
// … now perhaps in another event callback
编译命令:g++ –std=c++11 -std=c++1y -lfolly follypromise.cpp
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/223223.html原文链接:https://javaforall.net
