Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc9bcf9

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 defaultedc:\work\workspaces\libs\cpp-netlib\include\boost\network\protocol\http\client\async_impl.hpp721CPClient
1 parent8c57ac1 commitcc9bcf9

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(newstd::thread([this]() { service_.run(); }));
6767
}
6868

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

7171
voidwait_complete() {
7272
sentinel_.reset();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp