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

Commits on Jul 20, 2021

  1. Make compatible with boost 1.73.0+ and gcc 4.4

    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.
    CamJN committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    13475e3 View commit details
    Browse the repository at this point in the history