Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: no matching member function for call to 'resolve' #654

Open
yurivict opened this issue Oct 6, 2018 · 0 comments
Open

Build failure: no matching member function for call to 'resolve' #654

yurivict opened this issue Oct 6, 2018 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Oct 6, 2018

In file included from /usr/local/include/boost/asio/basic_socket_iostream.hpp:24:
/usr/local/include/boost/asio/basic_socket_streambuf.hpp:304:35: error: no matching member function for call to 'resolve'
    connect_to_endpoints(resolver.resolve(x..., ec_));
                         ~~~~~~~~~^~~~~~~
/usr/local/include/boost/asio/basic_socket_iostream.hpp:270:18: note: in instantiation of function template specialization 'boost::asio::basic_socket_streambuf<boost::asio::ip::tcp, std::__1::chrono::steady_clock, boost::asio::wait_traits<std::__1::chrono::steady_clock> >::connect<BALL::String, BALL::String>' requested here
    if (rdbuf()->connect(x...) == 0)
                 ^

Version: 1_4_3-BETA1-793-g37fc53c7c
OS: FreeBSD 11.2
Compiler: clang-6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant