Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed Sep 14, 2017
1 parent fb683fe commit 13a160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Muduo is based on boost which is a large monst lib. And muduo also use cmake to
- 9 boost::bind-> std::bind;
*Pls attention that the function that std::bind use should be C-style function of C++ class static funtion(code example:muduo/net/TcpConnection.cc line110 & line131*).
- 10 boost::any-> cdiggins::any(muduo/other/any.h)
- 11 boost::noncopyable -> muduo::noncopyable(muduo/other/noncopyable.h)
- 11 boost::noncopyable -> muduo::noncopyable(muduo/base/noncopyable.h)
- 12 add offsetof macro in muduo/net/InetAddress.cc

# Change Log #
Expand Down

0 comments on commit 13a160d

Please sign in to comment.