We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e4dc4 commit aef581cCopy full SHA for aef581c
ChangeLog2
@@ -0,0 +1,12 @@
1
+2018-??-?? Shuo Chen <[email protected]>
2
+ * First release of C++11 version of muduo.
3
+ * Forked after v1.0.9, e6c04c43 is the base.
4
+ * Replace boost::shared_ptr/boost::weak_ptr with std::shared_ptr/std::weak_ptr.
5
+ * Replace boost::function/boost::bind with std::function/std::bind/lambda.
6
+ * Replace boost::ptr_vector<T> with std::vector<std::unique_ptr<T>>.
7
+ * Replace boost::noncopyable with muduo::noncopyable.
8
+ * Replace boost::scoped_ptr with std::unique_ptr.
9
+ * Replace BOOST_STATIC_ASSERT with static_assert.
10
+ * Replace boost type_traits with std type_traits.
11
+ * Version 2.0.0
12
+
0 commit comments