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

Commit3226720

Browse files
committed
Fixing some compiler errors with undefined bases.
1 parent1823d93 commit3226720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎boost/network/protocol/http/impl/http_sync_connection.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace boost { namespace network { namespace http { namespace impl {
1616
structsync_connection_base;
1717

1818
template<classTag,unsigned version_major,unsigned version_minor>
19-
structhttp_sync_connection :publicvirtual sync_connection_base<Tag, version_major, version_minor>, detail::connection_helper<Tag, version_major, version_minor>,connection_base_impl<Tag, version_major, version_minor> {
19+
structhttp_sync_connection :publicvirtual sync_connection_base<Tag, version_major, version_minor>, detail::connection_helper<Tag, version_major, version_minor>,sync_connection_base_impl<Tag, version_major, version_minor> {
2020
typedeftypename resolver_policy<Tag>::type resolver_base;
2121
typedeftypename resolver_base::resolver_type resolver_type;
2222
typedeftypename string<Tag>::type string_type;

‎boost/network/protocol/http/impl/https_sync_connection.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace boost { namespace network { namespace http { namespace impl {
1818
structsync_connection_base;
1919

2020
template<classTag,unsigned version_major,unsigned version_minor>
21-
structhttps_sync_connection :publicvirtual sync_connection_base<Tag,version_major,version_minor>, detail::connection_helper<Tag, version_major, version_minor>,connection_base_impl<Tag, version_major, version_minor> {
21+
structhttps_sync_connection :publicvirtual sync_connection_base<Tag,version_major,version_minor>, detail::connection_helper<Tag, version_major, version_minor>,sync_connection_base_impl<Tag, version_major, version_minor> {
2222
typedeftypename resolver_policy<Tag>::type resolver_base;
2323
typedeftypename resolver_base::resolver_type resolver_type;
2424
typedeftypename string<Tag>::type string_type;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp