commit | a8f3c40f718d5c18c300a4aa1cf02a3c32a48c46 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Thu Oct 30 14:03:27 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Oct 31 12:44:31 2014 -0700 |
tree | 1f18059040efbe0d617e884634624c1df49dee51 | |
parent | ca188d7acffaab13c204a29f1e8d81cab6a3ef8c [diff] [blame] |
build: use C++11 Change-Id: I0e58ac4e9cb42d07a9b58125d761875f91c7744c Refs: #1930
diff --git a/src/handles/tcp-bulk-insert-handle.hpp b/src/handles/tcp-bulk-insert-handle.hpp index ef1cbdd..62ced11 100644 --- a/src/handles/tcp-bulk-insert-handle.hpp +++ b/src/handles/tcp-bulk-insert-handle.hpp
@@ -59,7 +59,7 @@ private: void handleAccept(const boost::system::error_code& error, - const shared_ptr<boost::asio::ip::tcp::socket>& socket); + const std::shared_ptr<boost::asio::ip::tcp::socket>& socket); private: boost::asio::ip::tcp::acceptor m_acceptor;