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

Make compatible with boost 1.73.0+ and gcc 4.4 #1001

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

CamJN
Copy link

@CamJN CamJN commented Jul 20, 2021

gcc 4.4 doesn't have support for the <functional> c++11 header, and relies on boost bind. But boost bind now tells you to use #include <boost/bind/bind.hpp> instead of #include <boost/bind.hpp>, and that requires scoping the boost::placeholders namespace fully, but has the benefit of allowing a cleaner namespace definition more like the c++11 one.

gcc 4.4 doesn't have support for the <functional> c++11 header, and relies on boost bind. But boost bind now tells you to use  `#include <boost/bind/bind.hpp>` instead of ` #include <boost/bind.hpp>`, and that requires scoping the `boost::placeholders` namespace fully, but has the benefit of allowing a cleaner namespace definition more like the c++11 one.
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.

1 participant