您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #pragma once
-
- #cmakedefine CPPCURL_HAS_CPPCORE
-
- #ifdef CPPCURL_HAS_CPPCORE
- #include <cppcore/conversion/convert_cast.h>
- #define cppcurl_convert_cast ::cppcore::convert_cast
- #else
- #define cppcurl_convert_cast static_cast
- #endif
|