evpp编译

1.evpp/event_loop.h

找不到

#include <concurrentqueue/concurrentqueue.h>

解决

#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow"
//#include <concurrentqueue/concurrentqueue.h>

#include "concurrentqueue.h"
#pragma GCC diagnostic pop
#else
#include <concurrentqueue/concurrentqueue.h>
#endif // __GNUC__

posted on 2018-01-04 19:15  lydstory  阅读(1138)  评论(0编辑  收藏  举报

导航