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

Update deprecated uses of boost/bind.hpp, replace standard function wrappers with boost::bind #91

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Lastique
Copy link
Member

@Lastique Lastique commented Mar 3, 2020

boost/bind.hpp generates deprecation warnings about global placeholder argument keywords. This PR updates to boost/bind/bind.hpp and namespaced keywords.

Also, this PR replaces standard function object wrappers, which were removed from C++20, with boost::bind.

Additionally, in a separate commit, this PR trims trailing spaces in the C++ source files. You can see the diff of the first commit to view the effective changes without whitespace changes.

src/cmdline.cpp Outdated Show resolved Hide resolved
@pdimov pdimov closed this Apr 7, 2024
@pdimov pdimov reopened this Apr 7, 2024
…ion wrappers.

boost/bind.hpp generates deprecation warnings about global placeholder argument
keywords. Removes the unnecessary includes of it.

Also, this commit replaces standard function object wrappers, which were removed
from C++20, with boost::bind.
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

Successfully merging this pull request may close these issues.

2 participants