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

[3.2] Eliminate use of boost deprecated query object. #489

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

ClaytonCalabrese
Copy link
Contributor

The query object has been deprecated since boost 1.66. Incidentally
resolves #5422 when using TCP on a system with only loopback configured.
The preferred boost API no longer defaults to the address_configured
flag.

Resolves #396

The query object has been deprecated since boost 1.66.  Incidentally
resolves #5422 when using TCP on a system with only loopback configured.
  The preferred boost API no longer defaults to the address_configured
flag.
@ClaytonCalabrese ClaytonCalabrese added 3.2 Candidate OCI OCI working this issue... labels Jun 21, 2022
@ClaytonCalabrese ClaytonCalabrese self-assigned this Jun 21, 2022
@ClaytonCalabrese ClaytonCalabrese merged commit 23fd8a8 into main Jun 22, 2022
@ClaytonCalabrese ClaytonCalabrese deleted the boost_deprecated_query_object branch June 23, 2022 16:31
@arhag arhag changed the title Eliminate use of boost deprecated query object. [3.2] Eliminate use of boost deprecated query object. Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2 Candidate OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backport: Eliminate use of boost deprecated query object
3 participants