We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69636ce commit 2ff6ef0Copy full SHA for 2ff6ef0
1 file changed
ChangeLog2
@@ -1,6 +1,6 @@
1
-2018-??-?? Shuo Chen <chenshuo@chenshuo.com>
+2018-10-24 Shuo Chen <chenshuo@chenshuo.com>
2
* First release of C++11 version of muduo.
3
- * Forked after v1.0.9, e6c04c43 is the base.
+ * Forked after v1.0.9, e6c04c43 is the base. changes in cpp98 branch are integrated
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>>.
0 commit comments