Skip to content

Commit 6e3770e

Browse files
committed
Added "template" to template member function ptr.
1 parent e13cf78 commit 6e3770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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>::template write_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)