瀏覽代碼

* Fixed small bug (convert_cast from cppcore is never used if available).

master
bergmann 6 年之前
父節點
當前提交
e3d3df9c19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cmake/config.h.in

+ 1
- 1
cmake/config.h.in 查看文件

@@ -3,7 +3,7 @@
#cmakedefine CPPLOGGING_HAS_CPPCORE
#cmakedefine CPPLOGGING_HAS_NLOHMANN_JSON

#ifdef CPPCURL_HAS_CPPCORE
#ifdef CPPLOGGING_HAS_CPPCORE
#include <cppcore/conversion/convert_cast.h>
#define cpplogging_convert_cast ::cppcore::convert_cast
#else


Loading…
取消
儲存