Skip to content

Commit 3ae68ee

Browse files
committed
Fix issue with Xcode 16
1 parent d6e7b5a commit 3ae68ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/asio/ip/tcp.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ namespace ip {
4646
class tcp
4747
{
4848
public:
49+
tcp() {}
4950
/// The type of a TCP endpoint.
5051
typedef basic_endpoint<tcp> endpoint;
5152

0 commit comments

Comments
 (0)