Skip to content

Commit 6d9d9f2

Browse files
committed
Fix Apple clang error
1 parent c28d453 commit 6d9d9f2

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)