1 Star 0 Fork 3

文景/muduo

forked from mirrors_chenshuo/muduo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ChangeLog2 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shuo Chen 提交于 2018-10-24 20:24 . v2.0.0
2018-10-24 Shuo Chen <chenshuo@chenshuo.com>
* First release of C++11 version of muduo.
* Forked after v1.0.9, e6c04c43 is the base. changes in cpp98 branch are integrated
* Replace boost::shared_ptr/boost::weak_ptr with std::shared_ptr/std::weak_ptr.
* Replace boost::function/boost::bind with std::function/std::bind/lambda.
* Replace boost::ptr_vector<T> with std::vector<std::unique_ptr<T>>.
* Replace boost::noncopyable with muduo::noncopyable.
* Replace boost::scoped_ptr with std::unique_ptr.
* Replace BOOST_STATIC_ASSERT with static_assert.
* Replace boost type_traits with std type_traits.
* Version 2.0.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenhao_sjtu/muduo.git
git@gitee.com:wenhao_sjtu/muduo.git
wenhao_sjtu
muduo
muduo
master

搜索帮助