开源库¶
- glog
#define GLOG_USE_GLOG_EXPORT #include "glog/logging.h" /** * glog-0.6.0版本不需要加:#define GLOG_USE_GLOG_EXPORT * glog-0.7.0版本开始需要加:#define GLOG_USE_GLOG_EXPORT */
#define GLOG_USE_GLOG_EXPORT
#include "glog/logging.h"
/**
* glog-0.6.0版本不需要加:#define GLOG_USE_GLOG_EXPORT
* glog-0.7.0版本开始需要加:#define GLOG_USE_GLOG_EXPORT
*/