Skip to content

Commit

Permalink
Fix issue with Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
a-soll committed Sep 19, 2024
1 parent d6e7b5a commit 3ae68ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/asio/ip/tcp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace ip {
class tcp
{
public:
tcp() {}
/// The type of a TCP endpoint.
typedef basic_endpoint<tcp> endpoint;

Expand Down

0 comments on commit 3ae68ee

Please sign in to comment.