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

Fix build when BOOST_BIND_NO_PLACEHOLDERS is defined #101

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Fix build when BOOST_BIND_NO_PLACEHOLDERS is defined #101

merged 1 commit into from
Nov 16, 2023

Conversation

Osyotr
Copy link
Contributor

@Osyotr Osyotr commented Jul 14, 2022

<boost/bind/placeholders.hpp> should be explicitly included here, because <boost/bind/bind.hpp> may not include it depending on whether BOOST_BIND_NO_PLACEHOLDERS is defined or not.

`<boost/bind/placeholders.hpp>` should be explicitly included here, because `<boost/bind/bind.hpp>` may not include it depending on whether `BOOST_BIND_NO_PLACEHOLDERS` is defined or not.
@ashtum ashtum mentioned this pull request Nov 15, 2023
@pdimov pdimov merged commit dcd0fb8 into boostorg:develop Nov 16, 2023
@Osyotr Osyotr deleted the patch-1 branch November 16, 2023 15:29
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