File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99template<class Protocol, class EndpointSequence>
1010 typename Protocol::endpoint connect(basic_socket<Protocol>& s,
1111 const EndpointSequence& endpoints);
12- template<class Protocol, class InputIterator >
12+ template<class Protocol, class EndpointSequence >
1313 typename Protocol::endpoint connect(basic_socket<Protocol>& s,
1414 const EndpointSequence& endpoints,
1515 error_code& ec);
2525 typename Protocol::endpoint connect(basic_socket<Protocol>& s,
2626 const EndpointSequence& endpoints,
2727 ConnectCondition c);
28- template<class Protocol, class InputIterator , class ConnectCondition>
28+ template<class Protocol, class EndpointSequence , class ConnectCondition>
2929 typename Protocol::endpoint connect(basic_socket<Protocol>& s,
3030 const EndpointSequence& endpoints,
3131 ConnectCondition c, error_code& ec);
You can’t perform that action at this time.
0 commit comments