Skip to content

Commit fee26a1

Browse files
committed
Merge branch 'master' into 0.9-devel
2 parents 446bd38 + 6e3770e commit fee26a1

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
@@ -648,7 +648,7 @@ namespace boost { namespace network { namespace http {
648648
callback;
649649

650650
boost::function<void()> continuation = boost::bind(
651-
&async_connection<Tag,Handler>::write_vec_impl<ConstBufferSeq, boost::function<void(boost::system::error_code)> >
651+
&async_connection<Tag,Handler>::template write_vec_impl<ConstBufferSeq, boost::function<void(boost::system::error_code)> >
652652
,async_connection<Tag,Handler>::shared_from_this()
653653
,seq, callback_function, temporaries, buffers
654654
);

0 commit comments

Comments
 (0)