Skip to content

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

Open
Lastique wants to merge 2 commits into
boostorg:developfrom
Lastique:update_boost_bind
Open

Update deprecated uses of boost/bind.hpp, replace standard function wrappers with boost::bind#91
Lastique wants to merge 2 commits into
boostorg:developfrom
Lastique:update_boost_bind

Conversation

@Lastique

Copy link
Copy Markdown
Member

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.

Comment threadsrc/cmdline.cpp Outdated
@pdimovpdimov closed this Apr 7, 2024
@pdimovpdimov 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 freeto 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

@Lastique@pdimov