未来心不可得

2020年5月

May 9, 2020

conan快速上手

conan客户端安装pip3 install conan --user~/.conan/profiles 里生成default profile,包括下载包时候想要的 系统platform/编译器/ReleaseOrDebug等等,这个叫Setting~/.conan/remotes.json 里是repo信息,仅使用私有库时可以删除公有repoJFrog Artifactory C++ CE...
May 1, 2020

ABI, dll-boundary, STL, and unique_ptr?

To see a lot of reference, there's some differences of ideas about that:Is it safety to use std::shared_ptr and std::unique_ptr at DLL boundary?Pros:Safe to use std::unique_ptr : https://www.codepr...