
qt
zggxyx2004
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
error: No rule to make target `..defines.h‘, needed by `RegisteServer.o‘. Stop.
:-1: error: No rule to make target `../include/cpr/defines.h', needed by `RegisteServer.o'. Stop.原创 2020-12-18 21:00:11 · 1024 阅读 · 3 评论 -
error: ‘function’ in namespace ‘boost’ does not name a type 解决方法
error: ‘function’ in namespace ‘boost’ does not name a type typedef boost::function<void (const TcpConnectionPtr& conn)> WebSocketConnectedCallback;添加#include <boost/function.hpp...原创 2019-08-29 17:21:34 · 4471 阅读 · 0 评论