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

Commit6e3770e

Browse files
committed
Added "template" to template member function ptr.
1 parente13cf78 commit6e3770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/server/async_connection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ namespace boost { namespace network { namespace http {
670670
callback;
671671

672672
boost::function<void()> continuation =boost::bind(
673-
&async_connection<Tag,Handler>::write_vec_impl<ConstBufferSeq, boost::function<void(boost::system::error_code)> >
673+
&async_connection<Tag,Handler>::templatewrite_vec_impl<ConstBufferSeq, boost::function<void(boost::system::error_code)> >
674674
,async_connection<Tag,Handler>::shared_from_this()
675675
,seq, callback_function, temporaries, buffers
676676
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp