From 26213d8a00a1b7bb066019138289c8d50b31ed03 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Mon, 22 Jun 2020 20:58:35 +1000 Subject: [PATCH] Another tutorial fix to reflect current resolver API. --- example/cpp03/tutorial/daytime_dox.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/cpp03/tutorial/daytime_dox.txt b/example/cpp03/tutorial/daytime_dox.txt index 5ec49c67..ea2d8ca2 100644 --- a/example/cpp03/tutorial/daytime_dox.txt +++ b/example/cpp03/tutorial/daytime_dox.txt @@ -277,8 +277,6 @@ The boost::asio::ip::udp::resolver::resolve() function is guaranteed to return a least one endpoint in the list if it does not fail. This means it is safe to dereference the return value directly. -\until udp::endpoint - Since UDP is datagram-oriented, we will not be using a stream socket. Create an boost::asio::ip::udp::socket and initiate contact with the remote endpoint.