We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On systems where BOOST_ASIO_HAS_LOCAL_SOCKETS is not defined, the build fails due to undefined references of UnixSocket ctor and send().
BOOST_ASIO_HAS_LOCAL_SOCKETS
UnixSocket
send()
Docs: https://www.boost.org/doc/libs/1_63_0/doc/html/boost_asio.html#boost_asio.overview.posix.local
The text was updated successfully, but these errors were encountered:
Linking on systems without Unix sockets fixed (#32).
2c057ff
offa
No branches or pull requests
On systems where
BOOST_ASIO_HAS_LOCAL_SOCKETS
is not defined, the build fails due to undefined references ofUnixSocket
ctor andsend()
.Docs: https://www.boost.org/doc/libs/1_63_0/doc/html/boost_asio.html#boost_asio.overview.posix.local
The text was updated successfully, but these errors were encountered: