Skip to content

Commit 600a91c

Browse files
committed
[socket.algo.async.connect] Fix function signature
Fixes NB US-15 (PDTS)
1 parent 2f1d8c2 commit 600a91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketalgorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
\end{itemdescr}
125125

126126
\begin{itemdecl}
127-
template<class Protocol, class InputIterator,
127+
template<class Protocol, class EndpointSequence,
128128
class ConnectCondition, class CompletionToken>
129129
@\DEDUCED@ async_connect(basic_socket<Protocol>& s,
130130
const EndpointSequence& endpoints,

0 commit comments

Comments
 (0)