Skip to content

Commit

Permalink
Fix basic_resolver_results::value_type typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Mar 29, 2018
1 parent 5fdb48b commit 37e3259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asio/include/asio/ip/basic_resolver_results.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class basic_resolver_results
typedef typename protocol_type::endpoint endpoint_type;

/// The type of a value in the results range.
typedef basic_resolver_entry<endpoint_type> value_type;
typedef basic_resolver_entry<protocol_type> value_type;

/// The type of a const reference to a value in the range.
typedef const value_type& const_reference;
Expand Down

0 comments on commit 37e3259

Please sign in to comment.