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

Import global boost placeholders into ext::placeholders namespace. #784

Merged
merged 4 commits into from
Mar 17, 2020

Conversation

lballabio
Copy link
Owner

For some combination of configure flags, both the std and the boost version of the _1, _2... placeholders are imported in some files so the code needs to disambiguate. This change allows referring to them as ext::placeholders::_1 regardless of the chosen implementation.

This makes them available in ext::placeholders regardless of the
choice of implementation.
@lballabio lballabio added this to the 1.18 release milestone Mar 17, 2020
@lballabio lballabio merged commit c3ad506 into master Mar 17, 2020
@lballabio lballabio deleted the ext-placeholders branch March 17, 2020 16:33
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.

None yet

1 participant