Skip to content

Commit

Permalink
Remove reference to C++ standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Sep 27, 2024
1 parent 4b5f1f2 commit 74311f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CSFML/Network/TcpSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CSFML_NETWORK_API void sfTcpSocket_disconnect(sfTcpSocket* socket);
/// \brief Send raw data to the remote peer of a TCP socket
///
/// To be able to handle partial sends over non-blocking
/// sockets, use the sfTcpSocket_sendPartial(sfTcpSocket*, const void*, std::size_t, size_t*)
/// sockets, use the sfTcpSocket_sendPartial(sfTcpSocket*, const void*, size_t, size_t*)
/// overload instead.
/// This function will fail if the socket is not connected.
///
Expand Down

0 comments on commit 74311f6

Please sign in to comment.