Skip to content

Commit cc9bcf9

Browse files
authored
remove "thow()" to make VS2013 compile
VS2013 compile error: error C2610: 'boost::network::http::impl::async_client<Tag,version_major,version_minor>::~async_client(void) throw()' : is not a special member function which can be defaulted c:\work\workspaces\libs\cpp-netlib\include\boost\network\protocol\http\client\async_impl.hpp 72 1 CPClient
1 parent 8c57ac1 commit cc9bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/async_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct async_client
6666
lifetime_thread_.reset(new std::thread([this]() { service_.run(); }));
6767
}
6868

69-
~async_client() throw() = default;
69+
~async_client() = default;
7070

7171
void wait_complete() {
7272
sentinel_.reset();

0 commit comments

Comments
 (0)